Tag
papyrus-fdm:dev
Created
2026-07-10 10:24:38 UTC
Architecture
linux / amd64
Content Digest
Pull Command
Labels
  • com.docker.compose.project
    papyrus
  • com.docker.compose.service
    fdm
  • com.docker.compose.version
    2.29.1
ENV
  • PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
  • 001 sha256:dc93de066cf11115cfb51b0b6c80f6de41c098b58f7abd2ad5baa6010b97f363 29.4 MB
  • 002 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32 Bytes
  • 003 sha256:fa558b628f65976abc851e1f903b6ea549a1d91fe3e61d2582f5b0064bc02a7b 154 MB
  • 004 sha256:7fa9f1173b24aeb06dfc454f306df2f7a0e6af7b10adabd23d1577122c7d0565 801 KB
  • 005 sha256:f630eea457c7f8c916c0da69309866cf7a51e27ba235e7385211a2f861b071ef 1.58 MB
History
[2026-06-23 00:00:00 UTC] # debian.sh --arch 'amd64' out/ 'stable' '@1782172800' [2026-07-10 10:23:55 UTC] WORKDIR /home [2026-07-10 10:24:37 UTC] RUN /bin/sh -c apt-get update && apt-get install -y mono-complete curl # buildkit [2026-07-10 10:24:37 UTC] COPY fdm ./ # buildkit [2026-07-10 10:24:38 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-07-10 10:24:38 UTC] HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost:8858 || exit 1"] "10s" "3s" "0s" '\x00'} [2026-07-10 10:24:38 UTC] EXPOSE map[8858/tcp:{}] [2026-07-10 10:24:38 UTC] ENTRYPOINT ["/home/entrypoint.sh"]