vintagestoryserver (1.21.2)

Published 2025-10-11 12:28:10 +00:00 by wilchu in wilchu/vintagestoryserver

Installation

docker pull git.muimi.moe/wilchu/vintagestoryserver:1.21.2
sha256:7bc5f1472f1629c0ab000de05a3e57a35502cad15a55538009240138514dc292

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'
ARG DOTNET_VERSION
ARG DOTNET_VERSION VINTAGESTORY_BRANCH
ARG DOTNET_VERSION VINTAGESTORY_BRANCH VINTAGESTORY_VERSION
|3 DOTNET_VERSION=8.0 VINTAGESTORY_BRANCH=stable VINTAGESTORY_VERSION=1.21.2 /bin/sh -c apt-get update -y && apt-get install -y curl jq && curl -O https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb && dpkg -i *.deb && rm -f *.deb && apt-get update -y && apt-get install -y dotnet-runtime-${DOTNET_VERSION}
WORKDIR /vintagestory
|3 DOTNET_VERSION=8.0 VINTAGESTORY_BRANCH=stable VINTAGESTORY_VERSION=1.21.2 /bin/sh -c curl -O https://cdn.vintagestory.at/gamefiles/${VINTAGESTORY_BRANCH}/vs_server_linux-x64_${VINTAGESTORY_VERSION}.tar.gz && tar -xzf *.tar.gz && rm -f *.tar.gz
COPY file:3ab9e745014ceeeb38fc098dd45c39f36b93c09a919eb67c10c474a782380a1a in .
ENTRYPOINT ["/vintagestory/wrapper.sh"]

Labels

Key Value
io.buildah.version 1.37.5
Details
Container
2025-10-11 12:28:10 +00:00
0
OCI / Docker
linux/amd64
166 MiB
Versions (16) View all
1.21.6 2025-12-19
1.21.5 2025-10-16
1.21.4 2025-10-14
1.21.3 2025-10-11
1.21.2 2025-10-11