images (steamcmd-latest)
Published 2026-04-09 00:29:31 -07:00 by Neureka
Installation
docker pull code.neureka.dev/docker/images:steamcmd-latestsha256:7827ade282c6efe948207c2fa949c04ef4ac5530fc0e835125534a6a1dcdcc77About this package
SteamCMD base image with the shared code.neureka.dev runtime contract.
Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600' |
| ARG IMAGE_TITLE=steamcmd |
| ARG IMAGE_DESCRIPTION=SteamCMD base image with the shared code.neureka.dev runtime contract. |
| ARG IMAGE_VERSION=steamcmd-dev |
| ARG OCI_CREATED=1970-01-01T00:00:00Z |
| ARG OCI_REVISION=unknown |
| ARG STEAMCMD_URL=https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz |
| ARG STEAMCMD_SHA256=cebf0046bfd08cf45da6bc094ae47aa39ebf4155e5ede41373b579b8f1071e7c |
| LABEL org.opencontainers.image.source=https://code.neureka.dev/docker/images org.opencontainers.image.description=SteamCMD base image with the shared code.neureka.dev runtime contract. org.opencontainers.image.version=steamcmd-20260409 org.opencontainers.image.created=2026-04-09T07:29:20Z org.opencontainers.image.revision=569c80260dce73857ce018c4070dbcbf61abedfc org.opencontainers.image.title=steamcmd |
| ENV TZ=Etc/UTC UMASK=0022 APP_RECURSIVE_CHOWN=false PATH=/app/bin:/app/bin/steam:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY scripts/base-entrypoint.sh scripts/create-app-user.sh /scripts/ # buildkit |
| COPY images/base/steamcmd/entrypoint.sh /app/bin/entrypoint.sh # buildkit |
| RUN |7 IMAGE_TITLE=steamcmd IMAGE_DESCRIPTION=SteamCMD base image with the shared code.neureka.dev runtime contract. IMAGE_VERSION=steamcmd-20260409 OCI_CREATED=2026-04-09T07:29:20Z OCI_REVISION=569c80260dce73857ce018c4070dbcbf61abedfc STEAMCMD_URL=https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz STEAMCMD_SHA256=cebf0046bfd08cf45da6bc094ae47aa39ebf4155e5ede41373b579b8f1071e7c /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl lib32gcc-s1 passwd tar tzdata util-linux && sh /scripts/create-app-user.sh && mkdir -p /app/bin /app/bin/steam /app/config /app/data /app/logs && curl -fsSL "${STEAMCMD_URL}" -o /tmp/steamcmd_linux.tar.gz && printf '%s %s\n' "${STEAMCMD_SHA256}" "/tmp/steamcmd_linux.tar.gz" | sha256sum -c - && tar -xzf /tmp/steamcmd_linux.tar.gz -C /app/bin/steam && rm -f /tmp/steamcmd_linux.tar.gz && chown -R app:app /app /app/bin /app/config /app/data /app/logs && chmod 0755 /scripts/base-entrypoint.sh /scripts/create-app-user.sh /app/bin/entrypoint.sh && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| ENTRYPOINT ["/app/bin/entrypoint.sh"] |
| CMD ["/app/bin/steam/steamcmd.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-04-09T07:29:20Z |
| org.opencontainers.image.description | SteamCMD base image with the shared code.neureka.dev runtime contract. |
| org.opencontainers.image.revision | 569c80260dce73857ce018c4070dbcbf61abedfc |
| org.opencontainers.image.source | https://code.neureka.dev/docker/images |
| org.opencontainers.image.title | steamcmd |
| org.opencontainers.image.version | steamcmd-20260409 |
Details
Versions (8)
View all
ubuntu-24.04-20260409
2026-04-09
ubuntu-24.04-latest
2026-04-09
steamcmd-20260409
2026-04-09
steamcmd-latest
2026-04-09
debian-12-20260409
2026-04-09