sha256:6c8957ccc2473483b7db141ec1b2b01d5880f34a94619e9842f4bb4fe698f313
OS/ARCH
Compressed size
96.49 MB
Last pushed
11 months by zdid2
Type
Image
Manifest digest
sha256:8c9e7546248181f134f4f9d797e6becfc0eae44708425c638b5b42275d81ff2d
Image Layers
1# debian.sh --arch 'arm64' out/26.78 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.18.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.38 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 B11COPY ./package.json . # buildkit485 B12RUN /bin/sh -c yarn install21.62 MB13COPY ./dist ./dist # buildkit43.48 KB14COPY ./config_default ./config_default # buildkit2.64 KB15COPY ./src ./src # buildkit24.88 KB16CMD ["node" "/app/dist/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400'