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
9.23k stars 1.52k forks source link

Unbound variable in start-utils when trying to load 1.18-pre8 #1132

Closed anaxios closed 2 years ago

anaxios commented 2 years ago

Describe the problem

Spun up a vanilla testing server using "SNAPSHOT" for the version and java 17 and the container fails with

/start-utils: line 127: pre8: unbound variable

Wish I knew enough to fix it myself.

Container definition

version: "3"

services: mc: image: "itzg/minecraft-server:java17" ports:

Container logs

Paste logs here
itzg commented 2 years ago

Thanks for reporting this! Looking into it right now.

itzg commented 2 years ago

Build is on the way https://github.com/itzg/docker-minecraft-server/actions/runs/1501303292

itzg commented 2 years ago

And it's pushed

Nincodedo commented 2 years ago

I was also having this issue. Fix works for me! Thank you for the quick update!

anaxios commented 2 years ago

Works beautifully! Thank you!