hlds-docker

🐋 📦 Half-Life Dedicated Server powered by Docker. It supports all the classic GoldSrc Half-Life games and mods, including the ability to add custom configurations and plugins.

MIT License

Stars
13

Bot releases are visible (Hide)

hlds-docker - v1.3.0 Latest Release

Published by github-actions[bot] about 1 month ago

What's Changed

Bug Fixes 🐝

fix: 🐝 Fixed a bug where the image name was not being passed correctly to the startup script.

Full Changelog: https://github.com/JamesIves/hlds-docker/compare/v1.2.0...v1.3.0

hlds-docker - v1.2.0

Published by github-actions[bot] about 1 month ago

What's Changed

New Features 🎉

  • feat: ✨ Adds server startup information which displays several pieces of information, such as the image name, the game name, and the tagged version. This information can be provided alongside any bug reports to better assist with debugging. You can see what this looks like below.

Build 🔧

  • In 1.2.0+ the default game in the root docker-compose.yml file and the project README is now set to Half-Life Deathmatch.

Full Changelog: https://github.com/JamesIves/hlds-docker/compare/v1.1.0...v1.2.0

hlds-docker - v1.0.18

Published by github-actions[bot] about 1 month ago

What's Changed

New Features 🎉

  • feat: ✨ Setup three new pre-configured images for the pre-25th anniversary builds of Half-Life Deathmatch (jives/hlds:valve-legacy), Counter-Strike (jives:hlds:cstrike-legacy) and Counter-Strike: Condition-Zero (jives:hlds/czero-legacy). If in the future Valve adds legacy versions for the other mods, they will also receive their own legacy image.

Build 🔧

  • build: Adds the ability to pass an environment variable called FLAG which passes along any arbitrary command line flags to SteamCMD when it installs a title. For example export FLAG=-beta steam_legacy can be used to specify a specific beta branch. This is the same flag utilized under the hood to generate the new legacy images in the build script.

Other Changes

Full Changelog: https://github.com/JamesIves/hlds-docker/compare/v1.0.17...v1.1.0

hlds-docker - v1.0.17

Published by github-actions[bot] 3 months ago

What's Changed

New Features 🎉

Full Changelog: https://github.com/JamesIves/hlds-docker/compare/v1.0.16...v1.0.17

hlds-docker - v1.0.16

Published by github-actions[bot] 3 months ago

What's Changed

New Features 🎉

Full Changelog: https://github.com/JamesIves/hlds-docker/compare/v1.0.15...v1.0.16

hlds-docker - v1.0.15

Published by github-actions[bot] 3 months ago

What's Changed

Build 🔧

Full Changelog: https://github.com/JamesIves/hlds-docker/compare/v1.0.14...v1.0.15

hlds-docker - v1.0.14

Published by github-actions[bot] 4 months ago

What's Changed

Build 🔧

  • chore: resolved a small issue with a build script

Full Changelog: https://github.com/JamesIves/hlds-docker/compare/v1.0.13...v1.0.14

hlds-docker - v1.0.13

Published by github-actions[bot] 4 months ago

What's Changed

Bug Fixes 🐝

  • fix: 🐝 Fixed a bug where SteamCMD was complaining that force_dir_install was not ran before login

Full Changelog: https://github.com/JamesIves/hlds-docker/compare/v1.0.12...v1.0.13

hlds-docker - v1.0.12

Published by github-actions[bot] 4 months ago

What's Changed

Bug Fixes 🐝

Documentation 📖

Full Changelog: https://github.com/JamesIves/hlds-docker/compare/v1.0.11...v1.0.12

hlds-docker - v1.0.11

Published by github-actions[bot] 4 months ago

What's Changed

Build 🔧

  • build: 🔧 Removed the unused wget dependency.
  • feat: ✨ Improved the default out of the box motd so it's not blindingly white.
hlds-docker - v1.0.10

Published by github-actions[bot] 4 months ago

What's Changed

Build 🔧

  • build: 🔧 Removed a script that was executed due to an earlier attempt at resolving an issue downloading official mods.
  • build: 🔧 Added maintainer and vendor tag to image.
hlds-docker - v1.0.9

Published by github-actions[bot] 4 months ago

What's Changed

Build 🔧

Full Changelog: https://github.com/JamesIves/hlds-docker/compare/v1.0.8...v1.0.9

hlds-docker - v1.0.8

Published by github-actions[bot] 4 months ago

What's Changed

Build 🔧

  • build: Setup cross publishing of Docker containers to the GitHub container repo.
hlds-docker - v1.0.7

Published by github-actions[bot] 4 months ago

What's Changed

Documentation 📖

Full Changelog: https://github.com/JamesIves/hlds-docker/compare/v1.0.6...v1.0.7

hlds-docker - v1.0.6

Published by github-actions[bot] 4 months ago

What's Changed

Documentation 📖

  • Improved overall documentation and comments.
hlds-docker - v1.0.5

Published by github-actions[bot] 4 months ago

What's Changed

Documentation 📖

  • Adjusted the docker-compose.yml docs for the pre-built images.
hlds-docker - v1.0.4

Published by github-actions[bot] 4 months ago

What's Changed

Bug Fixes 🐝

  • fix: Fixed an issue where ARG is not setting correctly in the replace script, causing mods to not work correctly.
hlds-docker - v1.0.3

Published by github-actions[bot] 4 months ago

What's Changed

Bug Fixes 🐝

  • fix: Fixed an issue where ENV is not correctly being replaced in hlds.txt.
hlds-docker - v1.0.2

Published by github-actions[bot] 4 months ago

What's Changed

Build 🔧

  • Resolved several build issues with the CI job.
hlds-docker - v1.0.1

Published by github-actions[bot] 4 months ago

What's Changed

Build 🔧

  • Resolved an issue where mods are not being downloaded correctly.
Related Projects