Commit Graph

367 Commits

Author SHA1 Message Date
Quinten
0a5f5a45e8 Merge pull request #102 from lilkingjr1/source
[Source] Fix SteamCMD crash when logging in with real account
2022-11-27 21:48:30 +01:00
Quinten
83f64a3cb0 Merge pull request #101 from lilkingjr1/dayz
[DayZ] Fix SteamCMD crash when downloading mods
2022-11-27 21:46:55 +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
Red-Thirten
a70dabc45a Dockerfile - Tabs to spaces 2022-11-27 12:07:13 -08:00
Red-Thirten
e0b5384ab1 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.
- SteamCMD now complains about thread priority due to it failing to properly load `libSDL` (`libSDL` is included in the image, but will not load properly if it is not installed on the host due to it containing a kernel extension). Therefore, any warnings regarding threads will now be ignored.
- If SteamCMD fatally crashes, copy the directory where it saves its dumps (`/tmp/dumps`) to `/home/container` for easier debugging access.
2022-11-27 12:04:33 -08:00
Red-Thirten
1e1296b943 Add numactl to Dockerfile
Adds `numactl` package so it can be used within entrypoint.sh.
2022-11-27 12:01:48 -08:00
Quinten
a24bfa66fb Merge pull request #100 from lilkingjr1/arma3-debian
[Arma 3] Fix SteamCMD Crashing (Debian Edition)
2022-11-27 08:36:26 +01:00
Red-Thirten
38ec9eb9dc 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.
- SteamCMD now complains about thread priority due to it failing to properly load `libSDL` (`libSDL` is included in the image, but will not load properly if it is not installed on the host due to it containing a kernel extension). Therefore, any warnings regarding threads will now be ignored.
- If SteamCMD fatally crashes, copy the directory where it saves its dumps (`/tmp/dumps`) to `/home/container` for easier debugging access.
2022-11-26 22:38:19 -08:00
Red-Thirten
7b44c28077 Add numactl to Dockerfile
Adds `numactl` package so it can be used within entrypoint.sh.
2022-11-26 22:28:27 -08:00
Quinten
68ffa9077e Merge pull request #95 from gOOvER/patch-7
add missing dotnet7 to readme
2022-11-26 15:33:13 +01:00
Quinten
efbb8cdf10 Merge pull request #98 from parkervcp/update_parkertron
update parkertron image
2022-11-26 15:25:32 +01:00
Michael (Parker) Parker
b4d915f6f5 update start command 2022-11-26 09:24:20 -05:00
Michael (Parker) Parker
dca678b143 update image
use the correct base image and add iproute2
2022-11-26 09:01:06 -05:00
Michael (Parker) Parker
5fef0ac2a7 update parkertron image 2022-11-25 18:29:00 -05:00
Torsten Widmann
e10d59432b add missing dotnet7 to readme 2022-11-13 20:38:40 +01:00
Michael (Parker) Parker
b57080cf56 Merge pull request #93 from gOOvER/dotnet7
add dotnet 7 image
2022-11-09 09:21:07 -05:00
Torsten Widmann
8c99fcdd6c add dotnet 7 2022-11-09 15:19:37 +01:00
Michael (Parker) Parker
b341ec2230 Merge pull request #88 from parkervcp/rethinkdb
add libprotobuf23 debian
2022-11-04 16:53:44 -04:00
Quinten
37a50d3fe2 add libprotobuf23 debian 2022-11-04 19:19:42 +01:00
Torsten Widmann
e0357d8c83 add python 3.11 (#87) 2022-10-28 13:04:44 +03:00
Quinten
e092d3b10d Merge pull request #85 from gOOvER/patch-6
remove not longer maintained java images
2022-10-24 20:01:54 +02:00
Torsten Widmann
1db5e3644a removed not longer maintained java images 2022-10-24 19:57:06 +02:00
Michael (Parker) Parker
b49284cfcb Merge pull request #82 from parkervcp/wine-staging
add wine staging + update mono and gecko version
2022-10-17 21:07:35 -04:00
Michael (Parker) Parker
551681e3e3 Merge pull request #83 from parkervcp/mumble-arm64-build
add mumble to be build on arm
2022-10-13 19:29:35 -04:00
Quinten
42c385ccfa add qemu for build mumble 2022-10-13 18:50:05 +02:00
Quinten
60c2ea90a6 Merge pull request #84 from devnote-dev/dart-lang
feat: add dart-lang image
2022-10-10 20:16:25 +02:00
devnote-dev
b0af8c08ad Merge branch 'master' into dart-lang 2022-10-10 19:13:15 +01:00
devnote-dev
ad0edbeca7 fix: order image correctly 2022-10-10 19:11:56 +01:00
devnote-dev
b50c2d57de feat: add dart-lang image 2022-10-09 20:17:52 +01:00
Quinten
559efa8297 fix brom bash to ash 2022-10-09 20:48:48 +02:00
QuintenQVD0
2b28025cd1 update workflow build naming 2022-10-09 20:30:52 +02:00
Quinten
6cafe12193 do not try to print the cargo version as it is not installed 2022-10-05 20:24:32 +02:00
Quinten
c4c273461c add mumble to main readme 2022-10-05 20:22:43 +02:00
Quinten
babd606e28 add mumble to be build on arm 2022-10-05 20:18:13 +02:00
Quinten
f439d16e4f Merge pull request #75 from parkervcp/add/mumble
add mumble image
2022-10-05 18:34:18 +02:00
Quinten
eb204c0184 add to readme 2022-10-02 18:52:55 +02:00
Quinten
96b0d0c84f add wine staging + update mono and gecko version 2022-10-02 18:51:42 +02:00
Michael (Parker) Parker
3b0cd40708 Merge pull request #81 from parkervcp/remove_youtube-dl_sinusbot
Remove youtube-dl sinusbot
2022-10-01 05:00:34 -07:00
Quinten
7a1c48f044 Remove youtube-dl sinusbot
remove the youtube-dl bin out of the sinusbot image as it is not needed and will be download with the egg install script
2022-10-01 13:48:04 +02:00
Quinten
62079c76c2 Merge pull request #80 from gOOvER/sinusbotytdl
Sinusbot - add youtubedl
2022-10-01 12:10:22 +02:00
Torsten Widmann
3d21f637cd add bzip2 libxss1 libxcomposite1 2022-10-01 12:06:36 +02:00
Quinten
a0da0949b5 Merge pull request #71 from gOOvER/patch-5
removed double xvfb package
2022-10-01 12:03:19 +02:00
Torsten Widmann
df290261e6 add youtubedl 2022-10-01 10:58:54 +02:00
Michael (Parker) Parker
038772db1a Merge pull request #79 from oliver194/master
Add Ubuntu installer image + add java 19 & ubuntu installer to the readme file.
2022-09-30 10:01:16 -07:00
oliver194
dd3c4cfcb6 fix for aarch64 2022-09-30 17:29:51 +01:00
oliver194
b6a7cd70dc Add java 19 + ubuntu installer 2022-09-30 08:20:02 +01:00
oliver194
6c8f9ca120 Merge branch 'parkervcp:master' into master 2022-09-30 08:15:59 +01:00
Michael (Parker) Parker
200a9ad0c4 Merge pull request #78 from danny6167/add-valheim
Add Valheim specific image
2022-09-29 15:39:58 -07:00
Michael (Parker) Parker
9ba58dfa5b Merge branch 'master' into add-valheim 2022-09-29 15:39:52 -07:00