Tag
papyrus-rework-server:1.0.3-dev_24
Created
2026-05-15 13:01:23 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:1b0439f725591cf5e46023f59421e1a0cea16f302d5eb03dae29a5a7fb80589a 5.96 MB
  • 003 sha256:2707ec1bfb1a328be0a0783148bb5d22fc5f074225968c2fa8f96a6174ae9c76 93 Bytes
  • 004 sha256:30ae859042b710a8e6f20c2756ce38865f989847d3bd67de95ac40618f9c322c 35.2 MB
  • 005 sha256:5b4aa03ba2938c9ed7d864ecfacc032c8a27cc9a2388ea2d3a1ab1d976012212 174 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 13:01:23 UTC] RUN |1 PAPYRUS_VERSION=1.0.3-dev+24 /bin/sh -c echo "PAPYRUS_VERSION=$PAPYRUS_VERSION" > ./.env # buildkit [2026-05-15 13:01:23 UTC] CMD ["papyrus-server"]