rust-server (9605c438)

Published 2026-04-24 04:07:41 +00:00 by opadmin

Installation

docker pull forgejo.espoautos.com/espoautos/rust-server:9605c438
sha256:f9af9cf82a79b19a04e29a7e886180407539aa3492f110c24324f9bb46a2179d

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'
LABEL maintainer=espoautos
LABEL org.opencontainers.image.source=https://forgejo.espoautos.com/espoautos/rust-server
RUN /bin/sh -c dpkg --add-architecture i386 && apt-get update && apt-get install -y --no-install-recommends lib32gcc-s1 libstdc++6 libstdc++6:i386 ca-certificates curl lib32z1 && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c useradd -m -s /bin/bash steam && mkdir -p /home/steam/steamcmd /steamcmd/rust && chown -R steam:steam /home/steam /steamcmd # buildkit
USER steam
WORKDIR /home/steam
RUN /bin/sh -c curl -sSL https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz | tar xzf - -C /home/steam/steamcmd # buildkit
ENV RUST_APP_ID=258550 RUST_SERVER_NAME=ESPO | Chicago Rust RUST_SERVER_DESCRIPTION=Free community Rust server hosted by ESPO on fiber in Chicago RUST_SERVER_IDENTITY=espo-chicago RUST_SERVER_PORT=28015 RUST_RCON_PORT=28016 RUST_RCON_PASSWORD= RUST_APP_PORT=28082 RUST_SERVER_MAXPLAYERS=50 RUST_SERVER_WORLDSIZE=3000 RUST_SERVER_SEED=12345 RUST_SERVER_SAVE_INTERVAL=600 RUST_INSTALL_DIR=/steamcmd/rust TZ=America/Chicago
EXPOSE map[28015/udp:{} 28016/tcp:{} 28082/tcp:{}]
COPY --chown=steam:steam entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
maintainer espoautos
org.opencontainers.image.source https://forgejo.espoautos.com/espoautos/rust-server
Details
Container
2026-04-24 04:07:41 +00:00
1
OCI / Docker
linux/amd64
45 MiB
Versions (2) View all
9605c438 2026-04-24
latest 2026-04-24