vintage-story (sha256:cfe9186f484a50611399cc808f373d21ddabb950066a0a1f3236d2868e1f9483)
Published 2026-06-22 12:03:33 +02:00 by opgl
Installation
docker pull git.plochit.pl/shardhost.eu/vintage-story@sha256:cfe9186f484a50611399cc808f373d21ddabb950066a0a1f3236d2868e1f9483sha256:cfe9186f484a50611399cc808f373d21ddabb950066a0a1f3236d2868e1f9483Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600' |
| ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu72 libssl3 libstdc++6 tzdata zlib1g && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
| ENV DOTNET_VERSION=8.0.28 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl wget ca-certificates gosu libgdiplus && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd -g 1000 gameserver && useradd -u 1000 -g 1000 -s /bin/bash -M gameserver # buildkit |
| ENV VS_VERSION=latest |
| ENV SERVER_PORT=42420 |
| WORKDIR /data |
| EXPOSE [42420/tcp] |
| EXPOSE [42420/udp] |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| ENTRYPOINT ["/entrypoint.sh"] |
Details
2026-06-22 12:03:33 +02:00
Versions (10)
View all
Container
1
OCI / Docker
linux/amd64
87 MiB
sha-fe57501
2026-07-02
latest
2026-07-02
sha-481679e
2026-07-01
sha-d2dc07e
2026-07-01
sha-15525bb
2026-07-01