Commit Graph

390 Commits

Author SHA1 Message Date
Torsten Widmann
9c32930d92 add libfluidsynth2 for OpenTTD 2023-01-08 16:03:44 +01:00
Quinten
f056ef9a59 Merge pull request #114 from gOOvER/altvnet7
add support for dotnet7 to alt:v
2023-01-06 11:01:58 +01:00
gOOvER
f419c72aad add net7 2023-01-06 10:55:10 +01:00
Michael (Parker) Parker
147ad2b808 Merge pull request #113 from parkervcp/hotfix-steamcmd
fix build steamcmd
2022-12-31 10:22:52 -05:00
Quinten
ab693f3f9a steamcmd: (./../ -> ../) 2022-12-30 20:22:08 +01:00
Quinten
5416728357 fix build 2022-12-30 11:27:54 +01:00
Quinten
6c1690ed34 Merge pull request #111 from gOOvER/steamcmd
added steamcmd images and update buildx to latest
2022-12-30 11:20:34 +01:00
Quinten
933d994790 steamcmd fix maintainer + platform select 2022-12-30 11:17:38 +01:00
Michael (Parker) Parker
42ca29c178 Merge pull request #107 from parkervcp/ubuntu-22.04
Update ubuntu to 22.04
2022-12-23 12:44:06 -05:00
gOOvER
52588fd6a3 typo 2022-12-23 18:01:20 +01:00
gOOvER
1a2cc48e26 missed on folder 2022-12-23 17:50:39 +01:00
gOOvER
e9f7995b25 Update README.md 2022-12-23 17:45:11 +01:00
gOOvER
7d91253f57 added steamcmd images and update buildx to latest 2022-12-23 17:41:12 +01:00
Michael (Parker) Parker
a7c48061ba Merge pull request #108 from parkervcp/bot-bastion
update bastion
2022-12-15 10:10:59 -05:00
Quinten
2bc577c6d1 update bastion 2022-12-15 16:02:31 +01:00
Quinten
e0a72d3b52 fix ubuntu 22 2022-12-10 11:42:01 +01:00
Quinten
4bd8939dcf Update Dockerfile 2022-12-04 20:17:45 +01:00
Michael (Parker) Parker
0f336f3f95 Merge pull request #104 from lilkingjr1/arma3
[Arma 3] Hot Fix SteamCMD Intermittently Failing Workshop Downloads
2022-11-29 15:07:43 -05:00
Red-Thirten
5742a2b8d8 Hot Fix Intermittent SteamCMD Failure & Improvements
- Fixes current issue where SteamCMD will intermittently present a "Failure" error when downloading Workshop mods due to a corrupt cache file.
- Replaced hard coded workshop directory path with a variable.
2022-11-29 11:17:22 -08:00
Red-Thirten
2ba5155100 Dockerfile - Tabs to Spaces 2022-11-29 11:09:27 -08:00
Quinten
dbdbc2fc1b Merge pull request #103 from parkervcp/parkertron_add_ca-certs
Parkertron add ca certs
2022-11-29 18:44:11 +01:00
Michael (Parker) Parker
c564e117f5 add ca-certificates
Reformatted File
Added notes

Moved general packages to their own line

Added eng language package to image as it's the default supported lang
2022-11-29 12:27:25 -05:00
Michael (Parker) Parker
d23d5cebe8 add ca-certificates 2022-11-29 12:18:51 -05:00
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