Tag
papyrus-rework-server:1.0.3-dev_14
Created
2026-05-15 08:30:56 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
  • org.opencontainers.image.created
    2026-05-13T03:50:40.734Z
  • org.opencontainers.image.description
    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    0d9b296af33f2b851fcbf4df3e9ec89751734ba4
  • org.opencontainers.image.source
    https://github.com/oven-sh/bun
  • org.opencontainers.image.title
    bun
  • org.opencontainers.image.url
    https://github.com/oven-sh/bun
  • org.opencontainers.image.version
    1.3.14-debian
ENV
  • PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin
  • BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
  • BUN_INSTALL_BIN=/usr/local/bin
  • DEBIAN_FRONTEND=noninteractive
  • NODE_ENV=production
Layers
  • 001 sha256:cea8c35034753d2244505a016ab05244f27f01f55cc6f44bd53a37ca2600d7af 48.2 MB
  • 002 sha256:75d61e13b31724925cec7d1b638b0571a028390f47ec5905a3cbefb438505a60 296 Bytes
  • 003 sha256:f3a1a568f0db57547b98288d0f5594a1139be350ebbf76776cf6364d3f77eed9 34.9 MB
  • 004 sha256:50b29919ecc30a6f5a28c1da972d3c2d4ff9e0f7917eb3a9618aa785eb868a8c 185 Bytes
  • 005 sha256:287c8f879cc663fc91d257b22f6ba9527e3a8596b5148360e73d4c033c421deb 3.32 KB
  • 006 sha256:22edebef950f8dee5a3efcc95c64e8d235f8468e49a6ad4b3fb79905ffaa9e14 139 Bytes
  • 007 sha256:aa3623bae20e14cb536ce401ca9f60fd9803ff4cde5f4bc08c303c93f799ca40 191 MB
  • 008 sha256:2db8a7b3538ec6569bd902347c59a53c3ff28a8006c7873bdfb589939e5d9a19 91 Bytes
  • 009 sha256:312353e31391e8fe62807ff67088e56eaecd66448b76d2a3b8ea5a7d8d5a85d3 120 KB
  • 010 sha256:c6cb0b97dbf974688450b59750486b21fdb940b6cf9e015af1a573e4a5494805 14.4 MB
  • 011 sha256:a2fde3229be6c1ff42e1f35e876a6ee364e39c8ab9b6533680ec50c91dd7a80a 179 KB
  • 012 sha256:a9784624766b17e477afd0edae73942c6c605552b3127620b2753e3fccc1faa0 172 Bytes
History
[2026-05-05 00:00:00 UTC] # debian.sh --arch 'amd64' out/ 'trixie' '@1777939200' [2026-05-13 03:50:47 UTC] COPY docker-entrypoint.sh /usr/local/bin # buildkit [2026-05-13 03:50:57 UTC] COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit [2026-05-13 03:50:57 UTC] RUN /bin/sh -c mkdir -p /usr/local/bun-node-fallback-bin && ln -s /usr/local/bin/bun /usr/local/bun-node-fallback-bin/node # buildkit [2026-05-13 03:50:57 UTC] ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin [2026-05-13 03:50:57 UTC] ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 [2026-05-13 03:50:57 UTC] ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 [2026-05-13 03:50:57 UTC] ARG BUN_INSTALL_BIN=/usr/local/bin [2026-05-13 03:50:57 UTC] ENV BUN_INSTALL_BIN=/usr/local/bin [2026-05-13 03:50:57 UTC] RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version # buildkit [2026-05-13 03:50:57 UTC] WORKDIR /home/bun/app [2026-05-13 03:50:57 UTC] ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] [2026-05-13 03:50:57 UTC] CMD ["/usr/local/bin/bun"] [2026-05-15 08:30:36 UTC] ENV DEBIAN_FRONTEND=noninteractive [2026-05-15 08:30:36 UTC] RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends tzdata curl make gcc g++ python3 build-essential libudev-dev nodejs npm && ln -sf /usr/share/zoneinfo/Europe/Brussels /etc/localtime && echo "Europe/Brussels" > /etc/timezone && rm -rf /var/lib/apt/lists/* # buildkit [2026-05-15 08:30:36 UTC] ENV NODE_ENV=production [2026-05-15 08:30:37 UTC] WORKDIR /app [2026-05-15 08:30:37 UTC] COPY server/package.json server/npm-shrinkwrap.json ./ # buildkit [2026-05-15 08:30:43 UTC] RUN /bin/sh -c npm install --no-audit --no-fund --omit=dev # buildkit [2026-05-15 08:30:56 UTC] COPY /app/dist ./dist # buildkit [2026-05-15 08:30:56 UTC] HEALTHCHECK &{["CMD-SHELL" "curl -sf http://localhost:8090/healthz >/dev/null || exit 1"] "10s" "3s" "0s" '\x00'} [2026-05-15 08:30:56 UTC] ARG PAPYRUS_VERSION [2026-05-15 08:30:56 UTC] RUN |1 PAPYRUS_VERSION=1.0.3-dev+14 /bin/sh -c echo "PAPYRUS_VERSION=$PAPYRUS_VERSION" > ./.env # buildkit [2026-05-15 08:30:56 UTC] CMD ["bun" "run" "dist/index.js"]