• Joined on 2024-10-19

murmel-tcg (1.0.14)

Published 2026-04-17 17:12:46 +02:00 by arindy

Installation

docker pull git.arindy.de/arindy/murmel-tcg:1.0.14
sha256:9265e34ae8260b977878116d67583f43ad940d4a59e67a9280f8e299ed4ca9f3

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'
WORKDIR /work/
RUN /bin/sh -c apt-get update # buildkit
RUN /bin/sh -c apt-get install -y --no-install-recommends openssl ghostscript ffmpeg inkscape imagemagick jq # buildkit
RUN /bin/sh -c chown 1001 /work && chmod "g+rwX" /work && chown 1001:root /work # buildkit
COPY --chown=1001:root --chmod=0755 src/main/docker/start /work/start # buildkit
COPY --chown=1001:root --chmod=0755 src/main/docker/generate /work/generate # buildkit
COPY --chown=1001:root --chmod=0755 target/*-runner /work/application # buildkit
EXPOSE map[8080/tcp:{}]
USER 1001:root
ENTRYPOINT ["./start"]
Details
Container
2026-04-17 17:12:46 +02:00
1
OCI / Docker
linux/amd64
322 MiB
Versions (29) View all
latest 2026-05-24
1.0.26 2026-05-24
unstable 2026-05-24
1.0.25 2026-05-22
1.0.24 2026-05-22