sha256:b6ca18100a4bccf7561e0a5051ffc7f505561dc35c01fa56e28d8b5c94e99fad
OS/ARCH
linux/amd64
Compressed size
139.59 MB
Last pushed
21 days by primussafe
Type
Image
Manifest digest
sha256:61a32d4db223340933a223a93c98f3b647797a02674a1ab7f5aeb46cc7e9a5e7
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=26.8.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=52.66 MB5COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B6ENTRYPOINT ["docker-entrypoint.sh"]0 B7CMD ["node"]0 B8WORKDIR /app93 B9ENV NODE_ENV=production WORKSPACE_PATH=/workspace0 B10RUN /bin/sh -c apt-get update5.85 MB11COPY /usr/local/share/ca-certificates/ /usr/local/share/ca-certificates/ # buildkit32 B12RUN /bin/sh -c update-ca-certificates #126.46 KB13ENV NODE_EXTRA_CA_CERTS=/etc/ssl/certs/ca-certificates.crt0 B14COPY /app/package.json ./package.json # buildkit477 B15COPY /app/node_modules ./node_modules # buildkit15.89 MB16COPY /app/packages ./packages # buildkit2.44 MB17RUN /bin/sh -c rm -rf349 B18RUN /bin/sh -c node packages/brain/dist/reaper-entry.js32 B19COPY /app/hands-binary ./hands-binary # buildkit35.7 MB20RUN /bin/sh -c /app/hands-binary --self-check32 B21COPY deploy/entrypoint.sh /entrypoint.sh # buildkit366 B22RUN /bin/sh -c chmod +x32 B23EXPOSE [8100/tcp 8200/tcp 9100/tcp]0 B24ENTRYPOINT ["/usr/bin/tini" "--" "/entrypoint.sh"]0 B25CMD ["api"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'