Tag
papyrus-rework-server:5d8187112150
Created
2026-05-16 06:31:46 UTC
Architecture
linux / amd64
Content Digest
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:46d890b64ff249cad75d5dbfedcc93cc83d5469b03ece6cb4db77e525326d896 159 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-16 06:31:46 UTC] RUN |1 PAPYRUS_VERSION= /bin/sh -c echo "PAPYRUS_VERSION=$PAPYRUS_VERSION" > ./.env # buildkit [2026-05-16 06:31:46 UTC] CMD ["papyrus-server"]