sha256:7090825f49dea7ca8b99daa2a279ace653d460ede9cd68fa52269b61ae5583ef
OS/ARCH
Compressed size
442.31 MB
Last pushed
about 1 month by zlimteck
Type
Image
Manifest digest
sha256:b68c009a51f666306274a48a240cdab4f1b6cc9c850725d1fc9d1f973326c6eb
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.47 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 B11RUN /bin/sh -c apt-get update270.69 MB12COPY package*.json ./ # buildkit38.32 KB13RUN /bin/sh -c npm ci102.94 MB14COPY src/ ./src/ # buildkit126.41 KB15COPY /app/frontend/build ./frontend/build # buildkit620.37 KB16HEALTHCHECK {Test:[CMD-SHELL wget -qO- http://localhost:5001/api/health0 B17EXPOSE [5001/tcp]0 B18CMD ["node" "src/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1776729600'