sha256:977cce0cc7932567b0e82becca2d5bac8d27dcc229410c0550443ee7854b8a6a
OS/ARCH
Compressed size
197.76 MB
Last pushed
4 months by tenureai
Type
Image
Manifest digest
sha256:bb16b22d66131ec16422a0d3c61b12a36ec496ab434e75f1c2909887893c9ed9
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=25.9.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.16 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit450 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app92 B11RUN /bin/sh -c groupadd --system1.11 KB12COPY /app/dist ./dist # buildkit89.12 KB13COPY /app/node_modules ./node_modules # buildkit31.44 MB14COPY package*.json ./ # buildkit43.89 KB15COPY /tmp/lib/mongo_crypt_v1.so /app/vendor/mongo_crypt_v1.so # buildkit27.02 MB16RUN /bin/sh -c mkdir -p62.65 MB17RUN /bin/sh -c apt-get update932.06 KB18COPY entrypoint.sh /entrypoint.sh # buildkit169 B19RUN /bin/sh -c chmod +x167 B20ENV NODE_ENV=production0 B21EXPOSE [5757/tcp]0 B22ENTRYPOINT ["/entrypoint.sh"]0 B23CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1777939200'