Commit graph

22 commits

Author SHA1 Message Date
Christian Torbidone
8f1f312153
Update Dockerfile 2024-09-04 16:25:22 +02:00
93e9def743 Add jq to java 2024-07-15 18:43:58 +02:00
oliver194
0709d91dc0
Adds Java 21 and Node.js 20 LTS images (#48)
* Add Java 21 (Eclipse Temurin)

* Add Java 21

* Add Java 21 to README

* Add node.js 20 LTS release

* Add node.js 20 LTS

* Update README.md
2024-01-24 09:28:50 -05:00
Perchun Pak
4044e18753
java: add 19 and 19j9 images (#44) 2023-07-11 20:32:13 -06:00
Noelle
9c9a26669e
Use Eclipse Termium images instead of OpenJDK images (#34)
Co-authored-by: softwarenoob <admin@softwarenoob.com>
2023-01-08 19:38:22 -07:00
Boy132
136207425b
Add Java 18 (#25) 2022-06-10 07:06:41 -07:00
Robert Engle
aaaa79ffad
Java lsof (#26) 2022-06-10 06:12:42 -07:00
Luis Vera
42d51aa044
fix: invalid INTERNAL_IP environment value (#24)
New IP output appends UID to the result, causing the value to be set to that instead of the IP. Fix it by ignoring the last two appended UID results
2022-03-30 18:40:27 +03:00
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
Alex
bcf8903873
fix(openj9): migrate to IBM official semeru openj9 images (#23) 2022-01-15 18:47:58 +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
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
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
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
Dane Everitt
b5747f2fa2 Use only 8, 11, 16 (and OpenJ9 variants) 2021-07-04 14:56:00 -07:00
Dane Everitt
54ad40aec7 Change base java versions to be not openj9 2021-07-04 14:31:24 -07: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
Dane Everitt
ee444da25a Move a bunch of files around, try to get things working 2021-05-15 12:26:45 -07:00
Dane Everitt
72443f7789 Reorganize java and add build action for it 2021-05-15 11:53:37 -07:00