sha256:1065432638ee7993542c519a9ef5d9a13c3bbea57d9b54faae5db3a588671d21
OS/ARCH
linux/amd64
Compressed size
70.26 MB
Last pushed
4 months by veranalabs
Type
Image
Manifest digest
sha256:7a164a0901db9a6414d43189fd047987e2d621d1060301f36bac0dc5c231b067
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 /app92 B11COPY package.json package-lock.json* ./ #15.34 KB12RUN /bin/sh -c npm ci2.16 MB13COPY /app/dist ./dist # buildkit14.97 KB14EXPOSE [4001/tcp]0 B15CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'