sha256:521fdd43ad139fbd809da16d8c1743d0a2387dc118b6447d1f3b359e07e019cf
OS/ARCH
linux/amd64
Compressed size
77.07 MB
Last pushed
about 1 month by veranalabs
Type
Image
Manifest digest
sha256:5cb8c8d4042ed2b8cd8d873c76172a88949f68c8c131ac88417b2aca2abf13db
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.5 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11COPY package.json package-lock.json* ./ #16.29 KB12RUN /bin/sh -c npm ci8.97 MB13COPY /app/dist ./dist # buildkit15.31 KB14RUN /bin/sh -c mkdir -p111 B15EXPOSE [4000/tcp]0 B16CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'