ss14 (ebd4019-starlight)

Published 2025-09-20 08:32:23 +00:00 by mackandelius

Installation

docker pull git.avali.one/mackandelius/ss14:ebd4019-starlight
sha256:a0f7f07a7b747d12492c94fc2672b5e6a507938a5e56f1d12b6f2ca990f276dd

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 08:32:23 +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