ss14 (0-starlight)

Published 2025-09-20 08:48:00 +00:00 by mackandelius

Installation

docker pull git.avali.one/mackandelius/ss14:0-starlight
sha256:4cadbbe83e449bccc138473259102f948b6906b8a8cdb387cc91e393094a77ab

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=1001
ENV GID=1001
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 08:48:00 +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