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:3993433c3c352274d39a7533d32b9eae0a4668575ab7f7926caaaea677c32ffb
35.2 MB
-
005
sha256:58b80ad7ae5c9781487722717acb74368d37d1b38a264b7bc64201b6a2c3d182
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-16 12:37:42 UTC] COPY /app/papyrus-server /usr/local/bin/papyrus-server # buildkit
[2026-05-16 12:37:42 UTC] HEALTHCHECK &{["CMD-SHELL" "curl -sf http://localhost:8090/healthz >/dev/null || exit 1"] "10s" "3s" "0s" '\x00'}
[2026-05-16 12:37:42 UTC] ARG PAPYRUS_VERSION
[2026-05-16 12:40:45 UTC] RUN |1 PAPYRUS_VERSION=1.0.3-dev+34 /bin/sh -c echo "PAPYRUS_VERSION=$PAPYRUS_VERSION" > ./.env # buildkit
[2026-05-16 12:40:45 UTC] CMD ["papyrus-server"]