sha256:97309c77fd10e90fece88862e80a094df0b041f6df3abf7d769f8cbe229d5bb0
OS/ARCH
linux/amd64
Compressed size
139.83 MB
Last pushed
30 days by primussafe
Type
Image
Manifest digest
sha256:97309c77fd10e90fece88862e80a094df0b041f6df3abf7d769f8cbe229d5bb0
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=26.7.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=52.44 MB5COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B6ENTRYPOINT ["docker-entrypoint.sh"]0 B7CMD ["node"]0 B8WORKDIR /app93 B9ENV NODE_ENV=production WORKSPACE_PATH=/workspace0 B10RUN /bin/sh -c apt-get update6.37 MB11COPY /usr/local/share/ca-certificates/ /usr/local/share/ca-certificates/ # buildkit2.95 KB12RUN /bin/sh -c update-ca-certificates #129.14 KB13ENV NODE_EXTRA_CA_CERTS=/etc/ssl/certs/ca-certificates.crt0 B14COPY /app/package.json ./package.json # buildkit405 B15COPY /app/node_modules ./node_modules # buildkit14.81 MB16COPY /app/packages ./packages # buildkit2.01 MB17RUN /bin/sh -c rm -rf372 B18RUN /bin/sh -c node packages/brain/dist/reaper-entry.js93 B19COPY /app/hands-binary ./hands-binary # buildkit35.67 MB20RUN /bin/sh -c /app/hands-binary --self-check93 B21COPY deploy/entrypoint.sh /entrypoint.sh # buildkit367 B22RUN /bin/sh -c chmod +x400 B23EXPOSE map[8100/tcp:{} 8200/tcp:{} 9100/tcp:{}]0 B24ENTRYPOINT ["/usr/bin/tini" "--" "/entrypoint.sh"]0 B25CMD ["api"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'