ss14 (0)

Published 2025-09-20 07:52:09 +00:00 by mackandelius

Installation

docker pull git.avali.one/mackandelius/ss14:0
sha256:7f4ecccef4afdbd848a18a1b66af1bfbe8fdfb085b25502a732f02e56d6a7ce6

Image layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1757289600'
RUN /bin/sh -c apt-get update && apt-get install -y wget curl unzip libicu-dev # buildkit
ENV UID=568
ENV GID=568
ENV APP_HOME=/app
ENV APP_CONFIG_DIR=/app/conf
ENV APP_CONFIG_TEMPLATE_FILE=/app/server_config.toml
ENV APP_CONFIG_FILE=/app/conf/server_config.toml
ENV SERVER_BUILDS_PAGE=https://git.avali.one/api/packages/mackandelius/generic/SS14/Starlight/SS14.Server_linux-x64.zip
WORKDIR /app
RUN /bin/sh -c mkdir /opt/dotnet # buildkit
RUN /bin/sh -c addgroup --gid $GID apps && adduser --disabled-password --gecos '' --uid $UID --gid $GID apps # buildkit
COPY entrypoint.sh / # buildkit
RUN /bin/sh -c chown -R apps:apps ${APP_HOME} /entrypoint.sh && chmod +x /entrypoint.sh # buildkit
USER apps
EXPOSE map[1212/tcp:{}]
EXPOSE map[1212/udp:{}]
ENTRYPOINT ["/entrypoint.sh"]
CMD ["./Robust.Server" "--config-file" "${APP_CONFIG_FILE}"]
Details
Container
2025-09-20 07:52:09 +00:00
0
OCI / Docker
linux/amd64
117 MiB
Versions (13) View all
0-starlight 2025-09-20
aa02be8-starlight 2025-09-20
0.0.4-starlight 2025-09-20
0.0-starlight 2025-09-20
latest-starlight 2025-09-20