sha256:7f4136b554fe29f53c73a5ca7645d36d894b3df6da79349f1e8d9694c72b25ad
OS/ARCH
linux/arm64/v8
Compressed size
99.47 MB
Last pushed
6 months by el1ght
Type
Image
Manifest digest
sha256:886bc98850c34e474328f0f46d73af5a89265219c998e084cb3ee3722007ed68
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.22.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.76 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app92 B11COPY package*.json ./ # buildkit23.08 KB12RUN /bin/sh -c npm ci22.99 MB13COPY /app/dist ./dist # buildkit45.28 KB14COPY /app/dashboard/dist ./dashboard/dist # buildkit202.36 KB15EXPOSE map[3000/tcp:{}]0 B16HEALTHCHECK &{["CMD-SHELL" "node -e \"fetch('http://localhost:3000/health').then(r=>{if(!r.ok)process.exit(1)}).catch(()=>process.exit(1))\""]0 B17CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1773619200'