Commit graph

5 commits

Author SHA1 Message Date
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
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
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
72443f7789 Reorganize java and add build action for it 2021-05-15 11:53:37 -07:00
Renamed from java12/entrypoint.sh (Browse further)