sha256:9b2ae94093ac5e373d8bbb587413955df8b2b5844dd6966bd653b713e01dba51
OS/ARCH
Compressed size
205.55 MB
Last pushed
4 months by tenureai
Type
Image
Manifest digest
sha256:9fc4841924515d15f63172c9394f7616900df0e68a8dacc56a45b1928c88a522
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 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/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c groupadd --system1.11 KB12COPY /app/dist ./dist # buildkit103.28 KB13COPY /app/node_modules ./node_modules # buildkit35.04 MB14COPY package*.json ./ # buildkit51.07 KB15COPY src/static ./dist/static # buildkit279.86 KB16COPY /tmp/lib/mongo_crypt_v1.so /app/vendor/mongo_crypt_v1.so # buildkit27.02 MB17COPY docker-compose.yml /app/docker-compose.yml # buildkit668 B18RUN /bin/sh -c mkdir -p66.54 MB19RUN /bin/sh -c apt-get update932.1 KB20COPY entrypoint.sh /entrypoint.sh # buildkit535 B21RUN /bin/sh -c chmod +x535 B22ENV NODE_ENV=production0 B23EXPOSE [5757/tcp]0 B24ENTRYPOINT ["/entrypoint.sh"]0 B25CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1779062400'