sha256:1802d6ee53a8ca5e6d6eb7eba1e9f4fafd923ada1ababc14bbd91ceb0b3d29df
OS/ARCH
Compressed size
79.03 MB
Last pushed
11 months by devreldemo
Type
Image
Manifest digest
sha256:e625239038f69e025a3e4a3a0a8250bf1ac70ce35ac45c783418e97895a6b58f
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.21.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.19 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 /usr/local/app134 B11RUN /bin/sh -c useradd -m3.34 KB12USER appuser0 B13COPY --chown=appuser:appuser package.json package-lock.json ./74.13 KB14ENV NODE_ENV=production0 B15RUN /bin/sh -c npm ci3.21 MB16COPY ./src ./src # buildkit2.46 KB17EXPOSE [3000/tcp]0 B18CMD ["node" "src/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1762202650'