Sign inSign up

need4swede/pdc:beta

Index digest

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 MB
2RUN /bin/sh -c groupadd --gid3.23 KB
3ENV NODE_VERSION=22.23.20 B
4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c set -ex1.63 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10ENV NODE_ENV=production0 B
11WORKDIR /app93 B
12RUN /bin/sh -c apt-get update4.49 MB
13COPY --chown=node:node /app/node_modules ./node_modules #38.19 MB
14COPY --chown=node:node /app/dist ./dist #945.34 KB
15COPY --chown=node:node /app/package.json ./package.json #1.43 KB
16COPY --chown=node:node /app/data/renewals.sqlite /app/seed/renewals.sqlite #41.46 MB
17COPY --chown=node:node /app/scripts/start-server.sh ./scripts/start-server.sh #1.14 KB
18COPY --chown=node:node /app/scripts/start-gutenberg-cron.sh ./scripts/start-gutenberg-cron.sh #549 B
19COPY --chown=node:node /app/scripts/gutenberg-update-cron.sh ./scripts/gutenberg-update-cron.sh #610 B
20RUN /bin/sh -c chmod +x1.13 KB
21USER node0 B
22EXPOSE [5000/tcp]0 B
23HEALTHCHECK {Test:[CMD-SHELL curl -fsS http://localhost:5000/api/health0 B
24CMD ["./scripts/start-server.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'