itzg / docker-minecraft-server

Docker image that provides a Minecraft Server that will automatically download selected version at startup
https://docker-minecraft-server.readthedocs.io/
Apache License 2.0
8.76k stars 1.47k forks source link

Swap java8-multiarch into java8 image tag #1376

Open itzg opened 2 years ago

itzg commented 2 years ago

Enhancement Type

Improve an existing feature

Describe the enhancement

Keep java8-multiarch image tag but also tag it as java8 to avoid the stale version of java 8 that the alpine upstream supplies.

evilhamsterman commented 2 years ago

Another problem with the java8 image it appears to fail to download the ftbinstaller and just skips to try deploying it which then fails.

[init] Running as uid=1000 gid=1000 with /data as 'drwxrwsrwx 1 0 2000 42 Mar 21 23:33 /data'
[init] Resolved version given LATEST into 1.18.2 and major version 1.18
[init] Resolving type given FTBA
[init] Installing modpack ID 80, version ID 2112
/start-deployFTBA: line 47: /data/ftb-installer: No such file or directory
Roadou commented 1 year ago

Another problem with the java8 image it appears to fail to download the ftbinstaller and just skips to try deploying it which then fails.

[init] Running as uid=1000 gid=1000 with /data as 'drwxrwsrwx 1 0 2000 42 Mar 21 23:33 /data'
[init] Resolved version given LATEST into 1.18.2 and major version 1.18
[init] Resolving type given FTBA
[init] Installing modpack ID 80, version ID 2112
/start-deployFTBA: line 47: /data/ftb-installer: No such file or directory

Same problem for me