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:ff34b92218f1962a2ee02ea65d79742ca9c90adacb7670a612a904b0392ff337
35.1 MB
-
005
sha256:ccf2d3b00d8f9f686495edb5d0eeb01c45095e8953a5bee6dd0e2b88db8656e7
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-15 13:25:41 UTC] COPY /app/papyrus-server /usr/local/bin/papyrus-server # buildkit
[2026-05-15 13:25:41 UTC] HEALTHCHECK &{["CMD-SHELL" "curl -sf http://localhost:8090/healthz >/dev/null || exit 1"] "10s" "3s" "0s" '\x00'}
[2026-05-15 13:25:41 UTC] ARG PAPYRUS_VERSION
[2026-05-15 13:25:42 UTC] RUN |1 PAPYRUS_VERSION=1.0.3-dev+25 /bin/sh -c echo "PAPYRUS_VERSION=$PAPYRUS_VERSION" > ./.env # buildkit
[2026-05-15 13:25:42 UTC] CMD ["papyrus-server"]