Tag
papyrus-rework-server:1.0.3-dev_17
Created
2026-05-15 09:57:03 UTC
Architecture
linux / amd64
Content Digest
Pull Command
Labels
  • com.docker.compose.project
    papyrus
  • com.docker.compose.service
    server
  • com.docker.compose.version
    2.29.1
ENV
  • PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  • DEBIAN_FRONTEND=noninteractive
  • NODE_ENV=production
Layers
  • 001 sha256:7ff4157292bce9c4a981ba88eaf5905dc84256a76bb288b916cc94ee10ebda61 29.4 MB
  • 002 sha256:bc346ae1391f55f46475b831a80bab1c36dad87a13a0c6c69cc003e6abe1df62 5.96 MB
  • 003 sha256:1053461d2def919c6b5d373ab7131ec82fcbfb712e776ec4e67a09c915540f8a 93 Bytes
  • 004 sha256:7f7f6c001d91ec4a7931938c7e6cffe59d449c3598e6c28bf2fd569105840c6f 35.2 MB
  • 005 sha256:aa7c331a9b439e82a71552be34ce3fd053c276eb25239b31e2b99ca2a238e773 174 Bytes
History
[2026-05-05 00:00:00 UTC] # debian.sh --arch 'amd64' out/ 'stable' '@1777939200' [2026-05-15 09:56:39 UTC] ENV DEBIAN_FRONTEND=noninteractive [2026-05-15 09:56:39 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 09:56:39 UTC] ENV NODE_ENV=production [2026-05-15 09:56:39 UTC] WORKDIR /app [2026-05-15 09:57:03 UTC] COPY /app/papyrus-server /usr/local/bin/papyrus-server # buildkit [2026-05-15 09:57:03 UTC] HEALTHCHECK &{["CMD-SHELL" "curl -sf http://localhost:8090/healthz >/dev/null || exit 1"] "10s" "3s" "0s" '\x00'} [2026-05-15 09:57:03 UTC] ARG PAPYRUS_VERSION [2026-05-15 09:57:03 UTC] RUN |1 PAPYRUS_VERSION=1.0.3-dev+17 /bin/sh -c echo "PAPYRUS_VERSION=$PAPYRUS_VERSION" > ./.env # buildkit [2026-05-15 09:57:03 UTC] CMD ["papyrus-server"]