sha256:66d289b2ae0ccf4f4dc688e9700c6f09230f9bb6bb6d88cbcf570cffb29e7cc2
OS/ARCH
linux/amd64
Compressed size
161.25 MB
Last pushed
about 1 month by need4swede
Type
Image
Manifest digest
sha256:d7d5ae9e4d16d9b351d190b4c911396008a9162077302132d95f8876bfd6bd78
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 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/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV NODE_ENV=production0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update4.49 MB13COPY --chown=node:node /app/node_modules ./node_modules #38.19 MB14COPY --chown=node:node /app/dist ./dist #945.34 KB15COPY --chown=node:node /app/package.json ./package.json #1.43 KB16COPY --chown=node:node /app/data/renewals.sqlite /app/seed/renewals.sqlite #41.46 MB17COPY --chown=node:node /app/scripts/start-server.sh ./scripts/start-server.sh #1.14 KB18COPY --chown=node:node /app/scripts/start-gutenberg-cron.sh ./scripts/start-gutenberg-cron.sh #549 B19COPY --chown=node:node /app/scripts/gutenberg-update-cron.sh ./scripts/gutenberg-update-cron.sh #610 B20RUN /bin/sh -c chmod +x1.13 KB21USER node0 B22EXPOSE [5000/tcp]0 B23HEALTHCHECK {Test:[CMD-SHELL curl -fsS http://localhost:5000/api/health0 B24CMD ["./scripts/start-server.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'