Tag
papyrus-rework-fdm:1.0.3-dev_23
Created
2026-05-15 12:41:21 UTC
Architecture
linux / amd64
Content Digest
Pull Command
ENV
  • PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
  • 001 sha256:571eab11c1f677d28d3221cb79bde1c9b1b385c23baf7ed795df4eac3301209a 28.4 MB
  • 002 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32 Bytes
  • 003 sha256:7b16de0c9465a16c9bdb2be77a7a95d5450407cecbded8e5db4cb5a6928b5e12 31.1 MB
  • 004 sha256:7fa9f1173b24aeb06dfc454f306df2f7a0e6af7b10adabd23d1577122c7d0565 801 KB
  • 005 sha256:32d74b41f49d41f172cfad5fedbd5e4d8d75bf1d74dea68f637bc4b71c1d6377 1.58 MB
History
[2026-05-05 00:00:00 UTC] # debian.sh --arch 'amd64' out/ 'stable' '@1777939200' [2026-05-15 12:12:59 UTC] WORKDIR /home [2026-05-15 12:41:21 UTC] RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends mono-runtime libmono-system-drawing4.0-cil libgdiplus ca-certificates-mono curl && rm -rf /var/lib/apt/lists/* # buildkit [2026-05-15 12:41:21 UTC] COPY fdm ./ # buildkit [2026-05-15 12:41:21 UTC] RUN /bin/sh -c chmod +x FDM.Server.GNU-Linux_3_5_14.run && chmod +x entrypoint.sh && yes Y | ./FDM.Server.GNU-Linux_3_5_14.run # buildkit [2026-05-15 12:41:21 UTC] HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost:8858 || exit 1"] "10s" "3s" "0s" '\x00'} [2026-05-15 12:41:21 UTC] EXPOSE map[8858/tcp:{}] [2026-05-15 12:41:21 UTC] ENTRYPOINT ["/home/entrypoint.sh"]