sha256:f99b82b371846e27989c19696b5226a72e07285ce26beef706ff5681a23466a1
OS/ARCH
Compressed size
198.31 MB
Last pushed
4 months by tenureai
Type
Image
Manifest digest
sha256:d0404cc5340ac52d0a59ce268508882d5a54449d05cc422807681f62a85044c9
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 /app93 B11RUN /bin/sh -c groupadd --system1.12 KB12COPY /app/dist ./dist # buildkit92.88 KB13COPY /app/node_modules ./node_modules # buildkit31.44 MB14COPY package*.json ./ # buildkit43.89 KB15COPY src/static ./dist/static # buildkit279.87 KB16COPY /tmp/lib/mongo_crypt_v1.so /app/vendor/mongo_crypt_v1.so # buildkit27.02 MB17COPY docker-compose.yml /app/docker-compose.yml # buildkit667 B18RUN /bin/sh -c mkdir -p62.91 MB19RUN /bin/sh -c apt-get update932.08 KB20COPY entrypoint.sh /entrypoint.sh # buildkit534 B21RUN /bin/sh -c chmod +x534 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' '@1777939200'