vintage-story (latest)
Installation
docker pull git.snaile.de/snailed/vintage-story:latestsha256:6ac31a29343694232606acfa2bfe4553a9d11510a3f2b2d1a75e79b11ac24212Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600' |
| 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.20 |
| 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
Versions (4)
View all