docker-minecraft-server icon indicating copy to clipboard operation
docker-minecraft-server copied to clipboard

Swap java8-multiarch into java8 image tag

Open itzg opened this issue 3 years ago • 2 comments

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.

itzg avatar Feb 22 '22 18:02 itzg

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

evilhamsterman avatar Mar 21 '22 23:03 evilhamsterman

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

Roadou avatar Aug 02 '22 16:08 Roadou