Geoff Bourne

Results 1036 comments of Geoff Bourne

@darkweasel77 , run the following and provide the output of those ``` docker image inspect -f '{{json .Config.Labels}}' itzg/minecraft-server docker run --rm --entrypoint bash itzg/minecraft-server -c 'echo $PATH; ls -l...

@darkweasel77 I really wanted to see what image you had pulled previously, which is why I requested the output of the specific command I provided. In any case, It'll probably...

Thanks @darkweasel77 , that context seems interesting but I have no idea what it means 😀 The Java 21 is also from Eclipse Temurin so there's not a distro difference...

> Docker-compose was a unique install, not part of the system Speaking of which, the separate `docker-compose` tool has been deprecated for a long time now. Instead use the builtin...

Sorry @darkweasel77 , that comment was really directed at anyone else reading this issue 😄

There's already an option to build from source https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/server-types/bukkit-spigot/#build-from-source Or I would suggest switching to Paper since it is supposed to compatible with bukkit/spigot plugins.

Be sure to select on of the image tags that includes the JDK https://docker-minecraft-server.readthedocs.io/en/latest/versions/java/

Please just use https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/server-types/others/#custom for that. I have very limited time and energy to support these projects, so honestly adding a server type derived from a very very old Minecraft...

Ah, from your other issue I was reminded that Canyon is only b1.7.3 😀 So, another server type similar in lineage is reasonable.

Thanks for the suggestion and advice about deriving from the md5. That'll be quite feasible to add here https://github.com/itzg/mc-image-helper/blob/master/src/main/java/me/itzg/helpers/users/ManageUsersCommand.java