sha256:a7c1abb4549f1eb37d01f1b4c794d16903a3af59edf483efbe7c9e7c00eecf1f
OS/ARCH
linux/amd64
Compressed size
525.01 MB
Last pushed
3 months by eshaldev
Type
Image
Manifest digest
sha256:c949ec57ac4f5fefd1d417ab17f337a2aa2ce185ec3cc17744e619dda84e0827
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.5 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 update66.1 MB11RUN /bin/sh -c groupadd -r1.19 KB12WORKDIR /app93 B13COPY --chown=eshal:eshal /app/deploy/. ./ #118.13 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' '@1776729600'