sha256:1ca854b1b8ae063fceda7c7ab013d305f9c546db25234b75463fbe77c50ff77a
OS/ARCH
linux/amd64
Compressed size
76.92 MB
Last pushed
6 months by veranalabs
Type
Image
Manifest digest
sha256:e850207f3026b2710fe2ec1a1d0d4fee2d631a3e8da2a98f012ad0588d3fc0b1
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.24 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/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11COPY package.json package-lock.json* ./ #16.29 KB12RUN /bin/sh -c npm ci8.82 MB13COPY /app/dist ./dist # buildkit13.9 KB14RUN /bin/sh -c mkdir -p111 B15EXPOSE [4000/tcp]0 B16CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'