Gractwo

Kod softu Gractwa - otwarty! 🎮💖

Poznań, Poland

arche (22a08693adf3)

Published 2026-03-31 21:39:58 +00:00 by runner in gractwo/arche

Installation

docker pull git.gractwo.pl/gractwo/arche:22a08693adf3
sha256:a7cb8584547d3f40edea590160dbebfbcc32cd85e0f1deb5b4783fb1d407c03f

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 && 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 map[2020/tcp:{}]
CMD ["/app/server"]
Details
Container
2026-03-31 21:39:58 +00:00
0
OCI / Docker
linux/amd64
10 MiB
Versions (6) View all
6308ab52737b 2026-05-22
cf9eef0b7df3 2026-04-07
f27325ee3008 2026-04-07
6613ccb239d9 2026-04-06
22a08693adf3 2026-03-31