• Joined on 2025-12-09

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

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

Installation

docker pull git.wylab.me/wylab/ws14-docker-linux-server:main-arm64
sha256:e16e979d6194b963527f84b96e3917558ffee803cb16ea5d55d08dac691b25e5

Image Layers

# debian.sh --arch 'arm64' 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-arm64
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.arm64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.arm64.$powershell_version.nupkg && powershell_sha512='65a5fda9760993a581241fefa08f851f96418aba540c662531ce1a34d155e2969430671cdf45af1861e433407d8af50132e5863fce7c96a240bd8b2fcd1aa0f7' && echo "$powershell_sha512 PowerShell.Linux.arm64.$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.arm64 && dotnet nuget locals all --clear && rm PowerShell.Linux.arm64.$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:16:58 +01:00
2
OCI / Docker
linux/arm64
340 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