vintage-story (2026.0101.1236)
Published 2026-01-01 13:37:14 +01:00 by Johnny5
Installation
docker pull git.snaile.de/snailed/vintage-story:2026.0101.1236sha256:e95f049bdf406621a2fb4dc8a2222eb454505429109d5e186659f00339649217Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1766966400' |
| 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.22 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| RUN apt-get update && apt-get install --no-install-recommends -y netcat-traditional jq screen && apt-get clean autoclean && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* |
| RUN mkdir -p /data /app /config && groupadd -g "$SERVER_GID" vintagestory && useradd -u "$SERVER_UID" -g "$SERVER_GID" -m -s /bin/false vintagestory -G users && chown -R vintagestory:vintagestory /data |
| COPY default-config.json /usr/local/share/server-default.json |
| COPY container-entrypoint.sh /container-entrypoint.sh |
| COPY --from=download /download/* /app/ |
| VOLUME ["/data"] |
| EXPOSE 42420 |
| CMD ["/container-entrypoint.sh"] |
Details
2026-01-01 13:37:14 +01:00
Versions (2)
View all
Container
0
OCI / Docker
linux/amd64
141 MiB
2026.0101.1236
2026-01-01
latest
2026-01-01