• Joined on 2025-12-09

ws14-docker-linux-server (main-amd64)

Published 2025-12-16 09:26:19 +01:00 by wylab

Installation

docker pull git.wylab.me/wylab/ws14-docker-linux-server:main-amd64
sha256:462021a66985d318a5ccd247d489fc5ee78ba57b109b280cda89150e094533ff

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'
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 && 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=9.0.11
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=9.0.11
COPY /dotnet /usr/share/dotnet # buildkit
ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=9.0.308 DOTNET_USE_POLLING_FILE_WATCHER=true NUGET_XMLDOC_MODE=skip POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl git libatomic1 wget && rm -rf /var/lib/apt/lists/* # buildkit
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c dotnet help # buildkit
RUN /bin/sh -c powershell_version=7.5.4 && curl --fail --show-error --location --output PowerShell.Linux.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg && powershell_sha512='00822aa06b46c3e614bb3479218c25282552922eb5164509d722e26a8e4cef477acc54b846ce486a9d8d87d0cb511b4196703ae76ec5786aa15e098597141b54' && echo "$powershell_sha512 PowerShell.Linux.x64.$powershell_version.nupkg" | sha512sum -c - && mkdir --parents /usr/share/powershell && dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.x64 && dotnet nuget locals all --clear && rm PowerShell.Linux.x64.$powershell_version.nupkg && ln -s /usr/share/powershell/pwsh /usr/bin/pwsh && chmod 755 /usr/share/powershell/pwsh && find /usr/share/powershell -print | grep -i '.*[.]nupkg$' | xargs rm # buildkit
COPY /ss14-default /ss14-default # buildkit
RUN /bin/sh -c apt-get -y update && apt-get -y install unzip && rm -rf /var/lib/apt/lists/* # buildkit
EXPOSE map[1212/tcp:{}]
EXPOSE map[1212/udp:{}]
EXPOSE map[8080/tcp:{}]
VOLUME [/ss14]
COPY appsettings.yml /ss14-default/publish/appsettings.yml # buildkit
COPY server_config.toml /ss14-default/publish/server_config.toml # buildkit
COPY start.sh /start.sh # buildkit
RUN /bin/sh -c chmod +x /start.sh # buildkit
ENTRYPOINT ["/start.sh"]
Details
Container
2025-12-16 09:26:19 +01:00
4
OCI / Docker
linux/amd64
345 MiB
Versions (57) View all
main 2025-12-19
main-amd64 2025-12-16
buildcache-arm64 2025-12-16
main-arm64 2025-12-16
buildcache-amd64 2025-12-16