Commit Graph

451 Commits

Author SHA1 Message Date
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
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
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
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
Quinten
4edd4e1e27 bastion: change mongodb stop cmd 2023-01-31 17:08:50 +01:00
Quinten
2904076f42 feat(installers): add wget package to debian(#125) 2023-01-30 16:38:53 +02:00
Quinten
8fa7a9076b Merge pull request #124 from gOOvER/nodejs-fix
removed 2nd layer of npm install
2023-01-28 16:21:51 +01:00
gOOvER
112a4fd3dd removed 2nd layer of npm install 2023-01-28 16:02:52 +01:00
Quinten
2aa3647c4f Merge pull request #123 from gOOvER/fixactions
removed version pinning from BuildKit in github actions
2023-01-28 10:30:44 +01:00
gOOvER
f471b14ed9 removed version pinning from BuildKit 2023-01-28 09:49:09 +01:00
Michael (Parker) Parker
e6bcb46ec0 Merge pull request #122 from gOOvER/npmupdate
Nodejs / add npm install npm@latest -g
2023-01-27 14:17:02 -05:00
gOOvER
dbd807f77b add npm install npm@latest -g 2023-01-27 20:11:24 +01:00
Quinten
4461eec267 Merge pull request #121 from gOOvER/patch-10
wine: update Mono for Wine 8
2023-01-26 17:32:36 +01:00
Torsten Widmann
fab1bc983c update Mono for Wine 8 2023-01-26 17:28:55 +01:00
Quinten
c4f00eb1c6 Merge pull request #120 from gOOvER/steamfix
wine: add fix for login to steamcmd
2023-01-22 16:59:25 +01:00
gOOvER
d316775d80 add fix for login 2023-01-22 16:56:48 +01:00
Quinten
eaeccca9f3 Merge pull request #118 from gOOvER/patch-8
wine_staging: add libsdl2-2.0-0 to prevent error
2023-01-16 18:58:22 +01:00
Quinten
8357fdb559 Merge pull request #119 from gOOvER/patch-9
wine_latest: add libsdl2-2.0-0 to prevent errors
2023-01-16 18:57:53 +01:00
Torsten Widmann
babae9abb0 Update Dockerfile 2023-01-16 17:15:50 +01:00
Torsten Widmann
8b1be5f194 add libsdl2-2.0-0 to prevent errors 2023-01-16 17:15:12 +01:00