steamcmd container based on Fedora
Find a file
2023-12-16 18:44:10 -06:00
.gitignore init 2021-11-16 18:27:39 -06:00
build-image-files.sh build script: shellcheck fixes 2023-12-16 09:39:26 -06:00
Dockerfile dockerfile: update to f39, modernize 2023-12-16 18:03:52 -06:00
README.md link shade 2023-12-16 18:44:10 -06:00

steamcmd-container

Extended version of CM2Walki/steamcmd based on Fedora.

This provides a relatively current userspace for steamcmd and game servers to use. Some utilities have been left in for convenience (ie: wget, less, find).

Size is not a priority for this image/project. Currency (time, not money) and convenience are the priorities.

The steamcmd libraries are made available using ld.so.conf.d. Most other images juggle symlinks instead.

Fedora tweaks

These are all for the package manager, dnf. The goal is to both reduce resource usage and improve performance:

  • max_parallel_downloads: Raised to the limit of 20. Leverages faster networks / more connections.
  • fastestmirror: Disabled. Contrary to what the name implies, this usually slows things down. Measures latency -- not bandwidth.
  • deltarpm: Disabled. No old packages will exist to diff. Spare the consideration.