ss14 (aa02be8-starlight)
Published 2025-12-11 06:00:12 +00:00 by mackandelius
Installation
docker pull git.avali.one/mackandelius/ss14:aa02be8-starlightsha256:2fe7dd5470babb52581cd58f98c6b398b02b076570577b0657e39b1339dd0397Image layers
| # debian.sh --arch 'amd64' out/ 'bullseye' '@1765152000' |
| 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
2025-12-11 06:00:12 +00:00
Versions (20)
View all
Container
0
OCI / Docker
linux/amd64
117 MiB
43addc8-starlight
2025-12-11
0.0-starlight
2025-12-11
0-starlight
2025-12-11
latest-starlight
2025-12-11
0.0.8-starlight
2025-12-11