sha256:5e903c0b416c45557e747229122408a6595badfe8371c8aacfea4b0c6b1353f6
OS/ARCH
Compressed size
97.96 MB
Last pushed
9 months by miguerubsk
Type
Image
Manifest digest
sha256:f0cc595c428c182cc8af20377df73011809eaaf92a8993d23f5a069ddf08d83a
Image Layers
1# debian.sh --arch 'armhf' out/22.83 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.19.60 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=35.35 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 B10ENV NODE_ENV=production0 B11WORKDIR /app93 B12RUN /bin/sh -c groupadd -r1.11 KB13COPY /app/package*.json ./ # buildkit18.36 KB14RUN /bin/sh -c npm install32.36 MB15USER appuser0 B16COPY /app/dist ./dist # buildkit5.77 MB17EXPOSE [3000/tcp]0 B18CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1765152000'