sha256:be81fea8df376bb1fc26122f690742b085c13f86da1b2e06956af69d904530ab
OS/ARCH
linux/amd64
Compressed size
76.92 MB
Last pushed
6 months by veranalabs
Type
Image
Manifest digest
sha256:964d971b49a5df841ece49f50e82b3c15eb8ae4c9ce548441e65d3a5bf9ea436
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 /app92 B11COPY package.json package-lock.json* ./ #16.3 KB12RUN /bin/sh -c npm ci8.82 MB13COPY /app/dist ./dist # buildkit15.65 KB14RUN /bin/sh -c mkdir -p111 B15EXPOSE [4002/tcp]0 B16CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'