Gractwo

Kod softu Gractwa - otwarty! 🎮💖

Poznań, Poland

mnemosyne (665915f61bc5)

Published 2026-04-09 20:20:57 +00:00 by runner in gractwo/mnemosyne

Installation

docker pull git.gractwo.pl/gractwo/mnemosyne:665915f61bc5
sha256:cead0d31d40806754c031e68c4f6d56323af0cd0c4936848e5ddaee601144bab

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 20:20:57 +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