Commit Graph

19 Commits

Author SHA1 Message Date
Quinten baf272435a Use SIGINT as stop signal 2023-08-09 19:24:33 +02:00
Quinten 0cc5ef2369 tini part 2 2023-07-19 18:20:40 +02:00
Michael (Parker) Parker 1abfb801ea update debian images
rolls the debian images back to debian bullseye while bookworm is evaluated
2023-06-17 18:34:59 -04:00
Quinten 33a4e8410e update rcon 2023-03-13 10:13:21 +01:00
Red-Thirten 3b2edf8e50 Change entrypoint.sh to run SteamCMD on one CPU
Utilize `numactl` to force SteamCMD to run on only one CPU which resolves its current crashing issues on Debian when logging in with real accounts.
2022-11-27 12:31:53 -08:00
Red-Thirten cc9f611a73 Add numactl to Dockerfile
Adds `numactl` package so it can be used within entrypoint.sh.
2022-11-27 12:18:54 -08:00
Torsten Widmann 92ac2cf943 update rcon -cli to 0.10.2
rcon-cli changelog:

Added --timeout, -T flag, allowed to set dial and execute timeout #20.
Added Makefile.
2022-06-10 16:38:48 +02:00
softwarenoob 5e94fc4239 fix: multi platform builds 2022-05-23 05:17:41 +03:00
Alex cd6b949868 fix: invalid INTERNAL_IP environment value
New IP route output appends UID to the result, causing the value to be set to that instead of the IP. Fix it by ignoring the last two appended UID results
2022-04-24 18:10:20 +03:00
Alex e0e3b4bf7b fix(source): windows parameter for auto update 2021-12-07 17:59:54 +02:00
Alex 2e366792c1 ci(source): change startup parsing to eval
exec does not support startups that are more keen of scripts with multiple breaks and statements. Ark or 7d2d are examples of this.

ref https://github.com/parkervcp/eggs/pull/1420
2021-12-07 15:30:41 +02:00
Torsten Widmann 28ce052787 feat: add rconcli to source image (#27) 2021-11-27 08:51:31 +02:00
Red-Thirten 990b4fabab Source's entrypoint.sh SteamCMD fix
SteamCMD apparently put an update out today that now displays a warning if `+force_install_dir` is after `+login`. This removes the error from appearing.
2021-11-19 19:27:07 -08:00
Red-Thirten c69ecc02b2 [games] Add sleep to source image (#14)
Sleep for 1 second before proceeding with steamcmd update to make sure it doesn't deadlock
2021-11-05 23:57:00 +02:00
Torsten Widmann 581038a328 Fix for Debian Bullyeye (#8) 2021-08-22 20:46:05 +03:00
Charles Morgan 9e243293ba Add auto update script
Add's auto-update option inside entry point if `AUTO_UPDATE` flag is set to 1

Pulled from parkers entrypoint for source debian
2021-06-17 20:20:01 -04:00
Dane Everitt 5919abae88 Actually correct command running... 2021-05-29 10:52:55 -07:00
Dane Everitt 0248368c01 Improve the startup commands and unbreak their execution 2021-05-29 10:19:11 -07:00
Dane Everitt ee444da25a Move a bunch of files around, try to get things working 2021-05-15 12:26:45 -07:00