Pull Command
ENV
-
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-
DEBIAN_FRONTEND=noninteractive
-
NODE_ENV=production
Layers
-
001
sha256:571eab11c1f677d28d3221cb79bde1c9b1b385c23baf7ed795df4eac3301209a
28.4 MB
-
002
sha256:59360f078ed34dc295449a839aa4ca8eb7caafae603b4f85b90b108f204deddb
5.96 MB
-
003
sha256:65ccfc47f9989a6e882ed4420a8fb38254f76b456cefc8d97e43002333f361cf
93 Bytes
-
004
sha256:428b4c53470084d2b80f742d95b0cb667031e6184cc395a465bf25d49be2ad9d
35.2 MB
-
005
sha256:9b7197543bcca3b996f0c3e4b944d334575a864eac56886f376603a09e0e1316
173 Bytes
History
[2026-05-05 00:00:00 UTC] # debian.sh --arch 'amd64' out/ 'stable' '@1777939200'
[2026-05-15 13:25:38 UTC] ENV DEBIAN_FRONTEND=noninteractive
[2026-05-15 13:25:38 UTC] RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates tzdata curl && ln -sf /usr/share/zoneinfo/Europe/Brussels /etc/localtime && echo "Europe/Brussels" > /etc/timezone && rm -rf /var/lib/apt/lists/* # buildkit
[2026-05-15 13:25:38 UTC] ENV NODE_ENV=production
[2026-05-15 13:25:41 UTC] WORKDIR /app
[2026-05-19 05:05:49 UTC] COPY /app/papyrus-server /usr/local/bin/papyrus-server # buildkit
[2026-05-19 05:05:49 UTC] HEALTHCHECK &{["CMD-SHELL" "curl -sf http://localhost:8090/healthz >/dev/null || exit 1"] "10s" "3s" "0s" '\x00'}
[2026-05-19 05:05:49 UTC] ARG PAPYRUS_VERSION
[2026-05-19 06:45:35 UTC] RUN |1 PAPYRUS_VERSION=1.0.3-dev+41 /bin/sh -c echo "PAPYRUS_VERSION=$PAPYRUS_VERSION" > ./.env # buildkit
[2026-05-19 06:45:35 UTC] CMD ["papyrus-server"]