Michael (Parker) Parker
ca3935f66f
Merge pull request #165 from parkervcp/fivem
...
OS_Debian: add libstdc++6
2023-07-03 15:37:57 -04:00
Quinten
45dd8d9357
OS_Debian: add libstdc++6
2023-07-03 18:57:11 +02:00
Michael (Parker) Parker
8e12f8cff6
Merge pull request #161 from parkervcp/sinusbot
...
sinusbot: add new packages for teamspeak
2023-07-02 16:41:37 -04:00
Michael (Parker) Parker
591f7bca51
Merge pull request #164 from parkervcp/pavlov_vr
...
Steamcmd Ubuntu: pavlov_vr specific changes
2023-07-02 12:14:34 -04:00
Quinten
8377be4030
pavlov_vr specific changes
2023-07-02 17:55:29 +02:00
Loki
8a634cd2ba
Add version 20 ( #163 )
...
Add: nodejs 20
2023-06-28 09:54:00 +02:00
Michael (Parker) Parker
1e97785047
Merge pull request #162 from parkervcp/erlang-arm64
...
build Erlang for arm64 + add iproute2 for the ip command to work
2023-06-22 09:38:02 -04:00
Quinten
b95dde031b
build erlang for arm64 + add iproute2 for the ip command to work
2023-06-22 15:33:54 +02:00
Quinten
9a98437c20
sinusbot: add new packages
2023-06-19 14:03:49 +02:00
Quinten
01178a53f7
sinusbot: add libevent-2.1-7
2023-06-18 10:09:08 +02:00
Quinten
74204ccd5b
Merge pull request #159 from parkervcp/update_redbot_image
...
fix redbot image to use bullseye again
2023-06-18 09:48:50 +02:00
Michael (Parker) Parker
bb7d18ec16
Merge pull request #160 from lilkingjr1/arma3
...
[Arma 3] Fix Bookworm specific packages
2023-06-17 22:41:22 -04:00
Red-Thirten
54276f702f
Fix Bookworm specific packages
...
If we are going to lock the base image to Bullseye, we need to put the original libtbb2 packages back.
2023-06-17 19:37:14 -07:00
Michael (Parker) Parker
3a53a5bb6e
fix redbot image to use bullseye again
2023-06-17 18:48:51 -04:00
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
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
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