SrLicht
11c2e05621
Add Python 3.13 ( #270 )
...
* Update python.yml
* Add files via upload
* Py 3.13
* Update README.md
Adds python 3.13 to the readme
2024-11-20 10:39:23 +01:00
Quinten
f792807176
Add dotnet 8 to altv
2024-11-12 09:04:19 +01:00
Michael (Parker) Parker
a13e79fce2
Merge pull request #266 from MyDapitt/master
...
Update nodejs branch
2024-11-01 09:17:36 -04:00
Michael (Parker) Parker
67f65ee12c
Merge pull request #267 from RMartinOscar/patch-1
...
Change base image to already include Node & NPM
2024-11-01 09:14:44 -04:00
Quinten
4384852949
no need for nodejs 22
2024-11-01 13:37:10 +01:00
Michael (Parker) Parker
0568f68528
Make wrapper executable
...
forgot this part,
2024-10-31 22:55:26 -04:00
Michael (Parker) Parker
51edfd31b6
Changed wrapper location
...
Installing `node_modules` in `/` fails
made a directory named `/wrapper/` and moved files there to resolve.
updated entrypoint to match new location.
2024-10-31 21:59:23 -04:00
Michael (Parker) Parker
d5d2194f6b
corrected new lines in file
...
ran dos2unix on wrapper.js
2024-10-31 21:58:06 -04:00
MartinOscar
8331bdfa42
Update Dockerfile
2024-10-30 00:30:32 +01:00
mydapitt
bb8092b592
Add 'bookworm' label to Nodejs v20, v22, and v23 base image
2024-10-23 19:40:51 +07:00
mydapitt
755085d2d9
Added Nodejs (v22, v23), slight adjustments to some Nodejs Dockerfiles
...
- Added Nodejs version 22 and 23
- Starting Nodejs 20, 22, and above will not use the Debian version code name to follow the release of the latest Debian operating system version in the future
- In Dockerfile Nodejs 18, and 21 will install npm version 10.x.x
2024-10-23 19:13:22 +07:00
mydapitt
68f92a85ab
Added Nodejs (v22, v23), slight adjustments to some Nodejs Dockerfiles
...
- Added Nodejs version 22 and 23
- Starting Nodejs 20, 22, and above will not use the Debian version code name to follow the release of the latest Debian operating system version in the future
- In Dockerfile Nodejs 18, and 21 will install npm version 10.x.x
2024-10-23 19:13:14 +07:00
It's Davitt
e8a541d1ee
Adding Nodejs (v22, v23)
2024-10-23 18:55:54 +07:00
Red-Thirten
a98977b5df
[oses/ubuntu] Bump Ubuntu to latest LTS ( #265 )
...
- Bumps Ubuntu to latest LTS version 24.04 (Noble Numbat)
- Unified the Dockerfile's style with Debian's Dockerfile (4-space even indenting)
- Added `org.opencontainers` labels (similar to Debian's Dockerfile)
- Fixed depreciated `DEBIAN_FRONTEND` env line by adding `=`
- Bumped `netcat` package to updated `netcat-openbsd`
- Bumped `libncurses5` package to updated `libncurses6`
- Bumped `libncursesw5` package to updated `libncursesw6`
2024-10-15 20:08:30 -07:00
Torsten Widmann
bc9645e8bf
add pnpm to node images ( #252 )
...
* add pnpm to node images
* removed pnpm from 12 till 17, because as pnpm is only available from version 18
2024-09-28 12:09:36 +02:00
Quinten
a42febc72c
Fix MariaDb 11.4 build
2024-09-28 11:48:15 +02:00
Quinten
a84e8296f0
Merge pull request #263 from mja00/fix/steamcmd-betas
...
fix: move app 1007 before the game
2024-09-08 18:48:35 +02:00
mja00
3c35b3e1e1
fix: move app 1007 before the game
2024-09-04 11:00:05 -04:00
Michael (Parker) Parker
80fdcf36b6
Merge pull request #262 from srnyx/fix-startup-colors
...
Fix #261
2024-08-25 22:52:33 -04:00
srnyx
54fa390139
Fix #261
...
https://github.com/pelican-eggs/yolks/issues/261
2024-08-25 21:21:13 -04:00
Michael (Parker) Parker
2f0b10b51d
Merge pull request #260 from srnyx/fix-parsing
...
Remove `eval echo "$(cat -)"`
2024-08-24 20:44:51 -04:00
srnyx
238cfc7ded
Remove eval echo "$(cat -)"
...
Everything still works as normal and this actually fixes complex startup commands as PR #259 was supposed to do
2024-08-23 22:50:31 -04:00
Michael (Parker) Parker
5e4e0a45a8
Merge pull request #259 from srnyx/fix-echo
...
Change `echo "${STARTUP}"` to `echo -e ${STARTUP}`
2024-08-22 22:22:46 -04:00
srnyx
7ac950ba0e
Change echo "${STARTUP}"
to echo -e ${STARTUP}
...
All other `entrypoint.sh` files use this change, so just making the incorrect ones match the rest
It also caused issues with complex startup commands that utilize if statements and such, so hopefully this fixes those issues
2024-08-22 18:34:03 -04:00
Michael (Parker) Parker
7b185c1dac
Merge pull request #255 from pelican-eggs/fix-rust
...
rust: node 16 does not work
2024-07-23 10:07:22 -04:00
Michael (Parker) Parker
4b1c304693
Merge pull request #254 from pelican-eggs/mumble
...
Build mumble from source
2024-07-23 10:06:47 -04:00
Quinten
3325914ee8
Update build.sh for arm64
2024-07-21 12:47:41 +02:00
QuintenQVD0
2dcf0a5058
node 16 does not work
2024-07-18 16:13:03 +02:00
Michael (Parker) Parker
bfe479fc65
Merge pull request #251 from pelican-eggs/games_rust
...
add rust image
2024-07-18 09:05:55 -04:00
QuintenQVD0
f888177425
Build mumble from source
2024-07-17 20:29:45 +02:00
Matthew Dangerfield
681ffc488d
[Arma 3] Added RPT logging ( #253 )
...
- Adds RPT logging (logs will be located in `/home/container/serverprofile/rpt/`, but only if `-noLogs` is not used as a startup parameter)
- Fixes edge case where clearing HC cache on first boot may fail due to a missing `serverprofile/` folder.
2024-07-07 16:24:02 -07:00
Red-Thirten
efc8507ae1
Update maintainer email address
2024-07-03 23:51:46 -07:00
Quinten
5035b0d4df
add to readme
2024-06-26 09:02:17 +02:00
Quinten
727d71a662
add rust image
2024-06-26 08:59:24 +02:00
Quinten
716122d3be
Merge pull request #250 from pelican-eggs/dayz-rcon
...
dayz: fix bercon permission
2024-06-15 09:51:31 +02:00
QuintenQVD0
bd036bff48
dayz: fix bercon permission
2024-06-15 09:50:53 +02:00
Quinten
80381ec9d8
Merge pull request #249 from shaynendradika/dayz-rcon-client
...
Add RCon Client for DayZ image
2024-06-14 08:50:10 +02:00
shaynendradika
33eee7766f
add bercon installation for battleye rcon
2024-06-14 01:08:37 +07:00
Red-Thirten
2e3436f381
[DayZ] Image Cleanup ( #247 )
...
* [DayZ] Image Cleanup
- Removed `numactl` dependency as it seems SteamCMD updated and resolved its crashing issues on Linux when logging in with a real account.
- Added clearing of SteamCMD appworkshop cache before mod downloads to avoid potential failures (at least until I implement a better method using symlinks for mod folders).
- General cleanup of text and labels.
* Fix missing `WORKSHOP_DIR` global var
2024-06-06 12:35:04 +02:00
Michael (Parker) Parker
5f7b002633
Merge pull request #240 from pelican-eggs/1007
...
always install / update app id 1007
2024-05-31 09:01:42 -04:00
Michael (Parker) Parker
fc6812403a
Merge pull request #246 from pelican-eggs/samp
...
Add libssl1.1 for samp and openmp
2024-05-20 16:29:08 -04:00
Quinten
c531bfee27
Remove the right file
2024-05-19 19:33:05 +02:00
Quinten
0e0c76820a
32 bit one?
2024-05-19 19:12:55 +02:00
Quinten
5b2e766364
Add libssl1.1 for samp and openmp
2024-05-19 18:28:43 +02:00
Michael (Parker) Parker
a8e9472a3e
Merge pull request #245 from pelican-eggs/entrypoint_pelican
...
replace pterodactyl with pelican
2024-05-12 08:03:45 -04:00
Quinten
518d3e3206
replace pterodactyl with pelican
2024-05-12 10:53:54 +02:00
Michael (Parker) Parker
10a8a5041b
Merge pull request #244 from pelican-eggs/update_os_workflow
...
update workflows
2024-05-11 16:05:31 -04:00
Michael (Parker) Parker
6a54f842dd
update all images
...
make it so all images are pushed to parkervcp and pelican-eggs packages
2024-05-11 14:39:08 -04:00
Michael (Parker) Parker
135a318951
update base workflow
...
updates workflow for base images.
This is to test that the builder can push to other package locations.
2024-05-11 13:58:41 -04:00
Josh
b177dcc194
Add MariaDB 11.3 & 11.4 ( #241 )
...
* Update mariadb.yml
Add '11.3' and '11.4'
* Update README.md
* Create Dockerfile - MariaDB 11.3
* Create Dockerfile - MariaDB 11.4
2024-05-10 10:14:54 +02:00