softwarenoob
29258345ff
fix(java): new constructor class breaking Forge
...
The new Java release contains a manifest constructor class with new parameters that older Forge versions do not support. This breaks all older Forge versions and modpacks.
Freezing the versions to a previous known working release. This freeze should be released once Forge backports the changes or decides to abandon old versions, and we'd need newer Java versions. It shouldn't be a significant issue considering old Quay-based images were updated once a year.
2022-02-07 20:53:35 +02:00
softwarenoob
290066dd4f
fix(rust): use direct github releases link for umod
...
Umod being under attack with Cloudflare causes a failed install for every single server that's running Rust, thus breaking them. Use direct Github release instead, which the old link was a redirect to.
Co-authored-by Dennis <70665154+dennisrijsdijk@users.noreply.github.com>
2022-02-03 22:08:47 +02:00
Alex
bcf8903873
fix(openj9): migrate to IBM official semeru openj9 images ( #23 )
2022-01-15 18:47:58 +02:00
softwarenoob
290db30d1e
chore: remove reduntant FiveM specific image
...
Not used anywhere and is leftover from matthews upstream repo, from where it was also deleted. FiveM egg uses base debian image.
2021-11-21 20:12:21 +02:00
softwarenoob
84e114a03b
fix: force_install_dir error
...
SteamCMD now complains when trying to login before providing install dir `Please use force_install_dir before logon!`
2021-11-21 20:07:03 +02:00
softwarenoob
c82dc2f322
feat: add ARM64 support to Go, Node and Python
2021-11-15 16:36:19 +02:00
softwarenoob
80bb14d46f
feat: add Go 1.17
2021-11-15 16:31:57 +02:00
softwarenoob
0b4ada9822
feat: add Node 17
2021-11-15 16:27:10 +02:00
softwarenoob
879a192f0f
feat: add Python 3.10
2021-11-15 16:26:11 +02:00
Charles Morgan
7c09fe11d9
Add cmake/make to python ( #21 )
...
Adds make and cmake to python images.
some pip packages like PyNaCl builds when downloaded, and servers fail due to make missing
2021-11-15 10:50:55 +02:00
Ahmad Ibrahim Shahmi
e3a4a35ce4
Add libfreetype6 to java images. ( #20 )
...
Required with fontconfig for fonts to work
2021-11-12 13:02:05 +02:00
Alex
99dbbaadba
fix(source): Fix SteamCMD update by adding Sleep 1
...
Sleep for 1 second before proceeding with SteamCMD update to make sure it doesn't deadlock, similar to source from images repo.
Co-authored-by: Red-Thirten <rehlmgaming@gmail.com>
2021-11-06 00:32:04 +02:00
Alex
4a0de42544
installers(debian) : temporarily add lib32gcc back
...
We actually need this until the egg install script for source is updated to install the correct bullseye lib32gcc-s1 instead of the wrong debian 10 package
2021-10-20 10:59:54 +03:00
Alex
0f40af6617
fix: debian-installer build for ARM64
...
lib32gcc is an amd64-only package. Eggs can install it in the install script if they need it.
Specify bullseye to prevent unexpected package surprises, and install wget.
2021-10-19 21:33:38 +03:00
Alex
9dc5d450b0
ci(java): Disable openj9 due to deprecated and missing base image
...
Will add back when upstream decides who and where they will be hosted
2021-10-19 20:47:19 +03:00
Alex
7db73468b5
docs: add base and game images to the list
2021-09-30 06:41:38 +03:00
Alex
d0c0e3e6f3
add Rust game Debian image
...
Update to bullseye image, node v14, and includes libsdl2 to fix steamcmd SDL issues
2021-09-28 17:08:27 +03:00
Alex
b59dba7366
add Java 17 LTS image
2021-09-27 00:33:36 +03:00
Matthew Penner
017f18354c
fix multiarch builds
2021-09-23 10:53:16 -06:00
Alex
8afb47574c
ci: enable workflow dispatch
...
Allows manually triggering workflows to rebuild images. Works with push and schedule.
2021-09-23 01:35:21 +03:00
marte26
7edc8b6f04
Fixes for arm64 and Debian Bullseye ( #18 )
...
* Build installers and base images for arm64
* Update sqlite to sqlite3 for Debian 11 (bullseye)
2021-09-22 16:01:08 +03:00
Alex
4f55fd09d9
feat: migrate alpine java images to debian ( #14 )
...
* feat: migrate alpine java images to debian
Migrates all Java images to Debian-based variations which resolves the musl libc vs. Glibc library issues. This especially concerns Forge servers.
* fix(images): install libstdc++6
Installs libstdc++6 package that is a dependency for many Minecraft plugins
2021-08-23 18:04:35 +03:00
Torsten Widmann
fa73c27ee5
Update packages for Debian 11 ( #15 )
2021-08-22 20:53:28 +03:00
Torsten Widmann
44a32affa3
Update packages for Debian 11 ( #16 )
2021-08-22 20:53:09 +03:00
Thesam1798
7ebca53367
Adding libstdc++ in java images ( #11 )
...
* Add libstdc++ for java/11
* Add libstdc++ for java/11j9
* Add libstdc++ for java/16
* Add libstdc++ for java/16j9
* Add libstdc++ for java/8
* Add libstdc++ for java/8j9
2021-08-07 19:19:57 +03:00
Alex
83c0a1d4ac
Merge pull request #10 from AreYouRlyScared/update/readme
...
Update Readme
2021-08-03 23:05:35 +03:00
Charles Morgan
86cfa49e1a
Merge branch 'master' into update/readme
2021-08-03 15:54:31 -04:00
Dane Everitt
e56e1eca9e
Update README.md
2021-08-02 21:04:09 -07:00
Charles Morgan
c1696f86f7
Update Readme
...
Remove old java versions
Add Java OpenJ9 versions to list.
2021-07-14 14:47:28 -04:00
Alex
b7ad086aba
Add setup-qemu-action for arm64 ( #8 )
...
Adds `docker/setup-qemu-action` to the image building workflow, enabling images to be built for architectures and OSes other than `linux/amd64`.
2021-07-09 13:03:10 -06:00
Dane Everitt
fa1bb9757e
Also build arm
2021-07-04 14:59:34 -07:00
Dane Everitt
b5747f2fa2
Use only 8, 11, 16 (and OpenJ9 variants)
2021-07-04 14:56:00 -07:00
Dane Everitt
85a16a07c2
Merge branch 'master' of ssh://github.com/pterodactyl/yolks
2021-07-04 14:31:26 -07:00
Dane Everitt
54ad40aec7
Change base java versions to be not openj9
2021-07-04 14:31:24 -07:00
Dane Everitt
5fc972316c
Merge pull request #7 from AreYouRlyScared/build/1
...
Build the new images
2021-07-04 14:29:55 -07:00
Charles Morgan
c32aab2602
Build the new images
2021-06-21 20:13:08 -04:00
Charles Morgan
88180b3f5c
Add Base Debian ( #5 )
2021-06-21 16:27:00 -07:00
Dane Everitt
130bee2129
Merge pull request #6 from AreYouRlyScared/patch-1
...
Add auto update script
2021-06-19 12:04:20 -07:00
Charles Morgan
9e243293ba
Add auto update script
...
Add's auto-update option inside entry point if `AUTO_UPDATE` flag is set to 1
Pulled from parkers entrypoint for source debian
2021-06-17 20:20:01 -04:00
Dane Everitt
b8ba21765c
Update entrypoint.sh
2021-06-13 11:00:35 -07:00
Dane Everitt
aba1860ff3
Merge pull request #4 from AreYouRlyScared/add/basealpine
...
Add base alpine to workflows
2021-06-13 10:57:24 -07:00
Dane Everitt
9a9f642089
Merge pull request #3 from AreYouRlyScared/update/installname
...
Change source to debian
2021-06-13 10:56:03 -07:00
Dane Everitt
731a1cbef6
Merge pull request #1 from AreYouRlyScared/readme
...
Update README.md
2021-06-13 10:55:19 -07:00
Charles Morgan
78f52a2c96
Create alpine.yml
2021-06-05 16:47:35 -04:00
Charles Morgan
a3219c58dc
Change source to debian
2021-05-29 21:16:28 -04:00
Dane Everitt
5919abae88
Actually correct command running...
2021-05-29 10:52:55 -07:00
Dane Everitt
0248368c01
Improve the startup commands and unbreak their execution
2021-05-29 10:19:11 -07:00
Charles Morgan
b0132afa46
Update README.md
2021-05-17 21:24:17 -04:00
Dane Everitt
e4e52642d2
Add more notes and details for contributing.
2021-05-15 12:54:01 -07:00
Dane Everitt
a34778013d
Update yolks.yml
2021-05-15 12:47:58 -07:00