sha256:e8a047010b381827f850343ffcac4ba6909233af8405214eb66abd454f06b4c1
OS/ARCH
Compressed size
383.65 MB
Last pushed
almost 2 years by mazzolino
Type
Image
Manifest digest
sha256:3811a0411f4b97fbf3878d735d272dbc6f4978bf401c3fbeeb846854c8fa8a88
Image Layers
1# debian.sh --arch 'arm64' out/46.09 MB2RUN /bin/sh -c set -eux;22.32 MB3RUN /bin/sh -c set -eux;61.37 MB4RUN /bin/sh -c set -ex;193.3 MB5RUN /bin/sh -c groupadd --gid3.25 KB6ENV NODE_VERSION=22.12.00 B7RUN /bin/sh -c ARCH= &&52.73 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B13RUN /bin/sh -c apt-get update272.95 KB14RUN /bin/sh -c chmod u+s11.71 KB15WORKDIR /home/node/app144 B16COPY package.json package-lock.json ./ #11.51 KB17RUN /bin/sh -c npm install5.04 MB18COPY *.js ./ # buildkit2.69 KB19RUN /bin/sh -c chown -R1.32 MB20USER node0 B21CMD ["npm" "start"]0 B22HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/.well-known/health-check0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1733097600'