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:f78e6c6b20173ab8c22d5c83346bce6d4222619bbe0af8978d3865fd442df85a
35.2 MB
-
005
sha256:29c153dbef5253340c851a0397c165d3aeada0e532f00e960702c38a011a143e
174 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-17 08:27:37 UTC] COPY /app/papyrus-server /usr/local/bin/papyrus-server # buildkit
[2026-05-17 08:27:37 UTC] HEALTHCHECK &{["CMD-SHELL" "curl -sf http://localhost:8090/healthz >/dev/null || exit 1"] "10s" "3s" "0s" '\x00'}
[2026-05-17 08:27:37 UTC] ARG PAPYRUS_VERSION
[2026-05-17 09:41:54 UTC] RUN |1 PAPYRUS_VERSION=1.0.3-dev+38 /bin/sh -c echo "PAPYRUS_VERSION=$PAPYRUS_VERSION" > ./.env # buildkit
[2026-05-17 09:41:54 UTC] CMD ["papyrus-server"]