sha256:e3ab5d9660b8e0ed802a334bb4b344c4c1974e775dfab5acc14ee45ea7ac0988
OS/ARCH
Compressed size
93.7 MB
Last pushed
about 1 year by jimaek
Type
Image
Manifest digest
sha256:ac1e2cbd01b57df4e088414781678a4b950b37bfc4bece0127e90f12fead98f7
Image Layers
1# debian.sh --arch 'armhf' out/22.83 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.16.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=41.86 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit450 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ARG node_env=production0 B11ENV NODE_ENV=production0 B12WORKDIR /app93 B13COPY /app/package.json /app/package-lock.json /app/ #94.64 KB14RUN |1 node_env=production /bin/sh -c27.23 MB15COPY /app/dist /app/dist # buildkit53.28 KB16COPY /app/config /app/config # buildkit914 B17COPY bin/entrypoint.sh /entrypoint.sh # buildkit793 B18ENTRYPOINT ["/usr/bin/tini" "--"]0 B19CMD ["/bin/bash" "/entrypoint.sh"]0 BCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1749513600'