Quinten
df897e2599
Merge pull request #158 from parkervcp/update_debian
...
update debian images
2023-06-18 00:38:06 +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
Michael (Parker) Parker
f379714c4f
Merge pull request #147 from parkervcp/update-box64
...
Box64: add libstdc++6 + update package name
2023-06-17 17:49:33 -04:00
Michael (Parker) Parker
55b79ef52c
Merge pull request #157 from lilkingjr1/arma3
...
[Arma 3] Fix SteamCMD unknown error & improve logging
2023-06-17 17:49:06 -04:00
Michael (Parker) Parker
5a6594a9ec
Merge pull request #139 from parkervcp/update-rcon
...
update rcon
2023-06-17 17:47:27 -04:00
Red-Thirten
4310c0902c
Fix SteamCMD unknown error & improve logging
...
- Lastest SteamCMD update throws new steamservice.so error that does not seem to affect downloads, so we will ignore it.
- Now prints found unknown error/failure logs to the console if they occur for easier debugging.
- Updates `libtbb2` to `libtbbmalloc2`, as `libtbb2` has been depreciated.
- Fixes error message coloring for certain error messages.
2023-06-17 14:33:57 -07:00
Michael (Parker) Parker
f95d775d46
Merge pull request #155 from parkervcp/proton
...
add "" arround the download link
2023-06-10 08:45:27 -04:00
Quinten
9def2c93ab
add "" arround the download link
2023-06-10 14:43:36 +02:00
Michael (Parker) Parker
2fd5f661c6
Merge pull request #153 from parkervcp/wine-gecko-mono
...
Update wine Gecko and Mono versions
2023-05-31 08:36:59 -04:00
Quinten
b266b0c348
Update wine Gecko and Mono versions
2023-05-31 13:33:00 +02:00
Quinten
c9dc5173fc
Merge pull request #152 from Loki-101/patch-3
...
Nodejs 17: Fix npm version compatibility & depreciation msg
2023-05-16 20:12:18 +02:00
Loki
e1243e6917
Fix npm version compatibility
...
The latest version of NPM for NodeJS 17 going off https://nodejs.org/en/download/releases is 8.11.0. Leaving it as @latest results in the following error during build:
=> ERROR [3/5] RUN npm install npm@latest--location=global 0.9s
------
> [3/5] RUN npm install npm@latest--location=global:
#0 0.846 npm ERR! code EINVALIDTAGNAME
#0 0.847 npm ERR! Invalid tag name "latest--location=global" of package "npm@latest--location=global": Tags may not have any characters that encodeURIComponent encodes.
#0 0.849
#0 0.849 npm ERR! A complete log of this run can be found in:
#0 0.849 npm ERR! /root/.npm/_logs/2023-05-14T21_06_16_353Z-debug-0.log
------
Dockerfile:9
--------------------
7 | && useradd -m -d /home/container container
8 |
9 | >>> RUN npm install npm@latest--location=global
10 |
11 | USER container
--------------------
ERROR: failed to solve: process "/bin/sh -c npm install npm@latest--location=global" did not complete successfully: exit code: 1
Additionally, there was a message during build about -g being depreciated and using --location=global instead, so I figured as long as I'm making a change to this anyways I may as well switch that out. With the first change it builds successfully, with the second change it builds successfully without the depreciation message.
2023-05-14 14:08:37 -07:00
Quinten
58193807b0
Merge pull request #150 from Loki-101/patch-2
...
Update Python to 3.11
2023-05-05 17:52:46 +02:00
Loki
25fbe04ec3
Update Python to 3.11
...
Tested on new install
2023-05-04 16:07:45 -07:00
Quinten
7752bfb2ac
Box64: add libstdc++6 + update package name
...
- This update the package name, and the way the KEY is downloaded.
- add libstdc++6 as it is needed for ragemp
2023-04-15 18:28:01 +02:00
Michael (Parker) Parker
a5643ab7f6
Merge pull request #110 from parkervcp/bastion-update-2
...
bastion: move to mongodb6 + python2 -> 3 + set mongodb to use always use the same log file + build for arm64
2023-03-29 08:13:13 -04:00
Quinten
dd29cf5041
Merge pull request #145 from gOOvER/nodejs19
...
add nodejs19
2023-03-19 13:06:02 +01:00
gOOvER
84421b5d88
Update README.md
2023-03-19 12:27:49 +01:00
gOOvER
75a3f263d7
add nodejs19
2023-03-19 12:26:19 +01:00
Quinten
2a04152d6b
Merge pull request #144 from gOOvER/addpingcmd
...
nodejs/add ping cmd
2023-03-19 09:51:53 +01:00
gOOvER
f59be34e5f
add ping cmd
2023-03-19 09:45:46 +01:00
Michael (Parker) Parker
53884eb2e5
Merge pull request #141 from parkervcp/erlang
...
add erlang 25 & 26
2023-03-16 13:40:01 -07:00
Quinten
46d85cb586
add erlang 25 & 26
2023-03-16 17:10:32 +01:00
Quinten
33a4e8410e
update rcon
2023-03-13 10:13:21 +01:00
Michael (Parker) Parker
767dd3df8b
Merge pull request #138 from parkervcp/dotnet
...
Dotnet
2023-03-08 10:29:27 -05:00
Quinten
693c8373b6
dotnet: update 3.1 & 2.1
2023-03-08 16:22:06 +01:00
Quinten
222b3f16e4
update dotnet
2023-03-08 16:20:34 +01:00
Quinten
83e940dc40
Merge pull request #137 from parkervcp/add_deb_package
...
add procps for deb image
2023-03-03 20:08:22 +01:00
Michael Parker
57e3ef41ed
add procps for deb image
...
adding procps for better txadmin support on their requet
2023-03-03 13:48:18 -05:00
Quinten
8f8704ca2c
Games: minetest for arm64 and amd64
2023-02-26 11:54:25 +01:00
Michael (Parker) Parker
2962ad087e
Merge pull request #91 from parkervcp/Dotnet
...
add dotnet for arm64
2023-02-24 13:37:07 -05:00
Michael (Parker) Parker
21bd5b2e44
Merge pull request #135 from parkervcp/update-dart
...
add dart 2.18 and 2.19
2023-02-24 11:52:46 -05:00
Quinten
36fb96305c
add dart 2.18 and 2.19
2023-02-24 17:42:44 +01:00
Quinten
f406fc9898
minetest: go back to ubuntu
2023-02-23 19:29:35 +01:00
Quinten
6534accaaa
minetest: switch to alpine
2023-02-16 18:26:39 +01:00
Quinten
b0e0adf3c3
Merge pull request #127 from gOOvER/updated-build-push-actions-to-v4
...
actions/updated to build-push-actions v4
2023-02-16 17:45:04 +01:00
Quinten
f4b80be9a2
Merge pull request #132 from gOOvER/proton
...
add Steam Proton Image
2023-02-16 17:00:44 +01:00
gOOvER
05bfc8afca
typo
2023-02-16 16:32:27 +01:00
gOOvER
dc8d96c028
Update entrypoint.sh
2023-02-16 16:29:41 +01:00
Quinten
0584d4f9fb
add minetest to the readme
2023-02-16 16:23:30 +01:00
Quinten
4a8781c467
games: add minetest
2023-02-16 16:20:26 +01:00
gOOvER
c65c2ea1e7
protontricks switch to pip
2023-02-16 16:10:43 +01:00
gOOvER
7c3c8468da
added winetricks and protontricks
2023-02-16 15:55:15 +01:00
gOOvER
9274174134
fixes
2023-02-14 16:32:30 +01:00
gOOvER
537f9dbdb1
add steam Proton Support
2023-02-14 16:25:39 +01:00
Quinten
15884179ee
feat(steamcmd-debian): add libsdl2-2.0-0 ( #126 )
2023-02-12 11:25:24 +02:00
Quinten
56d5822652
feat(java): Replace openjdk with termium images ( #116 )
2023-02-12 10:47:06 +02:00
Quinten
d6a360e762
Merge pull request #129 from gOOvER/xvfb
...
steamcmd: add xvfb
2023-02-04 11:01:17 +01:00
gOOvER
b29044fc2d
add xvfb
2023-02-04 10:07:56 +01:00
gOOvER
bd3fa05c02
updated to build-push-actions v4
2023-02-02 17:38:09 +01:00