Gractwo

Kod softu Gractwa - otwarty! 🎮💖

Poznań, Poland

mnemosyne (13759498ff1d)

Published 2026-04-09 17:30:23 +00:00 by runner in gractwo/mnemosyne

Installation

docker pull git.gractwo.pl/gractwo/mnemosyne:13759498ff1d
sha256:7aba1c685a6f7a7523b6c2da8b21651b699150f2e12af9f14f96ff25d92c0b6e

Image Layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG UID=10001
RUN |1 UID=10001 /bin/sh -c adduser --disabled-password --gecos "" --home "/nonexistent" --shell "/sbin/nologin" --no-create-home --uid "${UID}" appuser # buildkit
RUN |1 UID=10001 /bin/sh -c mkdir -p /app/data && chown -R appuser:appuser /app # buildkit
USER appuser
WORKDIR /app
ENV IN_DOCKER=true
COPY /bin/server /app/server # buildkit
EXPOSE map[39321/tcp:{}]
CMD ["/app/server"]
Details
Container
2026-04-09 17:30:23 +00:00
1
OCI / Docker
linux/amd64
6.9 MiB
Versions (17) View all
256d12c9c847 2026-05-11
b1ccd21068c2 2026-05-06
7fe1b6f8be8c 2026-05-05
a08ba568cb3c 2026-05-05
0be4f11f667f 2026-05-05