Gractwo

Kod softu Gractwa - otwarty! 🎮💖

Poznań, Poland

arche (c8f4ed4)

Published 2026-03-27 23:23:10 +00:00 by jmanczak in gractwo/arche

Installation

docker pull git.gractwo.pl/gractwo/arche:c8f4ed4
sha256:183f9bc7a66102f394d0098e202e14694d279711586f5ffda4b0435e8dda453c

Image Layers

ADD alpine-minirootfs-3.18.12-aarch64.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 && chown appuser:appuser /app # buildkit
USER appuser
WORKDIR /app
ENV IN_DOCKER=true
ENV DISCORD_BOT_TOKEN=
ENV DISCORD_SERVER_ID=
COPY /bin/server /app/server # buildkit
COPY ./assets /app/assets # buildkit
EXPOSE [2020/tcp]
CMD ["/app/server"]
Details
Container
2026-03-27 23:23:10 +00:00
2
OCI / Docker
linux/arm64
9.7 MiB
Versions (2) View all
e747f39 2026-03-28
c8f4ed4 2026-03-27