sha256:161806f7cf060b7ca4daaf38842be7fff2877f4c04ae70817deee050b1296bb7
OS/ARCH
linux/amd64
Compressed size
657.91 MB
Last pushed
16 days by eshaldev
Type
Image
Manifest digest
sha256:09bb164714bdd9cc490371ebbad7ecee4b4adfe32499a26b97ed48498365058f
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 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 B10RUN /bin/sh -c apt-get update151.33 MB11RUN /bin/sh -c groupadd -r1.19 KB12WORKDIR /app91 B13COPY --chown=eshal:eshal /app/deploy/. ./ #157.69 MB14COPY --chown=eshal:eshal /app/.cache/puppeteer /app/.cache/puppeteer #272.71 MB15ENV NODE_ENV=production0 B16ENV PUPPETEER_CACHE_DIR=/app/.cache/puppeteer0 B17ENV HOME=/tmp0 B18USER eshal0 B19HEALTHCHECK &{["CMD-SHELL" "wget -qO- http://localhost:4000/health0 B20EXPOSE map[4000/tcp:{}]0 B21ENTRYPOINT ["dumb-init" "--"]0 B22CMD ["node" "dist/backend/src/server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'