Commit Graph

33 Commits

Author SHA1 Message Date
RMartinOscar
e10d528c96 Fix java 2025-02-15 18:01:35 +00:00
RMartinOscar
10275ceec5 Normalize all the line endings 2025-02-12 22:57:17 +00:00
Stigstille
755f7ab632 Add Java 22 2025-01-15 12:21:38 -05:00
srnyx
54fa390139 Fix #261
https://github.com/pelican-eggs/yolks/issues/261
2024-08-25 21:21:13 -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
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
Quinten
518d3e3206 replace pterodactyl with pelican 2024-05-12 10:53:54 +02:00
Stigstille
0d8a7c735b Add zip/unzip to java (#235)
* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile
2024-04-04 19:56:23 +02:00
MarcoCoreDuo
7e2ffbbfd8 Add tini to java 21 Dockerfile 2023-11-30 22:37:59 +01:00
Michael (Parker) Parker
ebe9cde046 Merge pull request #166 from parkervcp/tini
Use tini for some images to fix the ^C  stop bug
2023-11-01 08:43:17 -04:00
Quinten
1f47802f77 add java 21 2023-10-12 12:22:11 +02:00
Quinten
94aa88bdce Merge branch 'master' into tini 2023-09-06 19:37:29 +02:00
Michael (Parker) Parker
c425ab0ab4 make java entrypoint executable (#176)
Java: Set the file permissions to 755
2023-08-14 18:46:46 +02:00
Torsten Widmann
a62025a07f Cleanup java images (#175)
Cleanup java images
---------

Co-authored-by: gOOvER <116325+gOOvER@users.noreply.github.com>
2023-08-14 15:24:24 +02:00
Quinten
baf272435a Use SIGINT as stop signal 2023-08-09 19:24:33 +02:00
Quinten
e6c1b4cc4a tini part 1 2023-07-19 18:01:39 +02:00
Quinten
56d5822652 feat(java): Replace openjdk with termium images (#116) 2023-02-12 10:47:06 +02:00
Daniel Barton
885373a1d5 Rename DockerFile to Dockerfile (#76) 2022-09-28 15:58:08 +03:00
PterodactylFan
0665f931d8 Create DockerFile 2022-09-24 19:38:23 +03:00
Alex
cd6b949868 fix: invalid INTERNAL_IP environment value
New IP route 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-04-24 18:10:20 +03:00
Emil Gardström
a93590f3a1 change startup parsing to eval
done for similar reason as 2e366792c1
2022-02-01 22:48:21 +01:00
Torsten Widmann
5bbef80956 Add mono latest and libfreetype6 to java (#18)
Changes codestyle of Java images
2021-11-12 13:04:16 +02:00
Alex
d6bb5e86c5 fix: java arm64 builds 2021-10-20 20:45:11 +03:00
Alex
940c33fced feat: Add java 17 image 2021-10-20 20:41:56 +03:00
Alex
198e3d6fed fix: java image building 2021-10-19 19:59:37 +03:00
Softwarenoob
86a97cf362 feat: migrate all java images from alpine to debian 2021-08-22 04:44:01 +03:00
Softwarenoob
ff39426961 force rebuild all images 2021-07-14 03:45:37 +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