sha256:4d5e1549d2120f8663b35ba9084bb986d4b5fea8755bf01c4033fcb5b5e39f6a
OS/ARCH
linux/amd64
Compressed size
252.83 MB
Last pushed
5 months by io2060
Type
Image
Manifest digest
sha256:575928060b702c0d002a96a076094317f0920153ba885c9bfc7c5947a5d63302
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 B10RUN /bin/sh -c apt-get update142.2 MB11WORKDIR /app93 B12COPY package.json package-lock.json* ./ #23.67 KB13RUN /bin/sh -c npm ci42.5 MB14COPY /app/dist ./dist # buildkit35.51 KB15RUN /bin/sh -c mkdir -p112 B16EXPOSE [4000/tcp]0 B17CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'