sha256:8dbec59f398b96bfb3aec343c1cca4802830ca870356f5821947dceb5a8874aa
OS/ARCH
linux/amd64
Compressed size
78.21 MB
Last pushed
4 days by rockchin
Type
Image
Manifest digest
sha256:f8f222467a62d73cf568cd42e0405f1a549c31289efd076ef2764681a1ab02af
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 B11ARG GIT_REVISION=af8237d7efa6d56d50ba1dd3f655edd3b6d066200 B12LABEL org.opencontainers.image.revision=af8237d7efa6d56d50ba1dd3f655edd3b6d066200 B13ENV NODE_ENV=production PORT=3310 HOST=0.0.0.00 B14COPY /app/node_modules ./node_modules # buildkit8.87 MB15COPY /app/dist ./dist # buildkit1.27 MB16COPY /app/package.json ./package.json # buildkit1.16 KB17EXPOSE [3310/tcp]0 B18CMD ["node" "dist/server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'