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:1b0439f725591cf5e46023f59421e1a0cea16f302d5eb03dae29a5a7fb80589a
5.96 MB
-
003
sha256:2707ec1bfb1a328be0a0783148bb5d22fc5f074225968c2fa8f96a6174ae9c76
93 Bytes
-
004
sha256:30ae859042b710a8e6f20c2756ce38865f989847d3bd67de95ac40618f9c322c
35.2 MB
-
005
sha256:e00e83a5d516bbb10fe2ed980cd833db2952ddd020650752ea04925bcc618c41
173 Bytes
History
[2026-05-05 00:00:00 UTC] # debian.sh --arch 'amd64' out/ 'stable' '@1777939200'
[2026-05-15 12:40:58 UTC] ENV DEBIAN_FRONTEND=noninteractive
[2026-05-15 12:40:58 UTC] RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates tzdata curl libudev1 && ln -sf /usr/share/zoneinfo/Europe/Brussels /etc/localtime && echo "Europe/Brussels" > /etc/timezone && rm -rf /var/lib/apt/lists/* # buildkit
[2026-05-15 12:40:58 UTC] ENV NODE_ENV=production
[2026-05-15 12:40:58 UTC] WORKDIR /app
[2026-05-15 12:42:23 UTC] COPY /app/papyrus-server /usr/local/bin/papyrus-server # buildkit
[2026-05-15 12:42:23 UTC] HEALTHCHECK &{["CMD-SHELL" "curl -sf http://localhost:8090/healthz >/dev/null || exit 1"] "10s" "3s" "0s" '\x00'}
[2026-05-15 12:42:23 UTC] ARG PAPYRUS_VERSION
[2026-05-15 12:42:23 UTC] RUN |1 PAPYRUS_VERSION=1.0.3-dev+23 /bin/sh -c echo "PAPYRUS_VERSION=$PAPYRUS_VERSION" > ./.env # buildkit
[2026-05-15 12:42:23 UTC] CMD ["papyrus-server"]