Geoff Bourne

Results 1034 comments of Geoff Bourne

This is actually applicable to all the types https://docker-minecraft-server.readthedocs.io/en/latest/versions/java/#class-file-version-650

You're mounting relative host directory called "data": ``` volumes: - ./data:/data ``` It'll be in there.

Good enhancement idea. Implementation help would be greatly appreciated. It looks like some relevant info is noted here https://github.com/crewjam/saml/issues/182#issuecomment-548935686

While I'm in there, could add a feature where a patch definition or patch set can provide a starter file content when the file is absent. Would allow for bootstrapping...

Good idea. It's not going to be a trivial fit since properties files are "unstructured" compared to JSON, Yaml, and Toml; however the concept of the idea is great. In...

I am unable to recreate this issue. Please provide the output the following commands: ``` docker image inspect -f '{{json .Config.Labels}}' ghcr.io/itzg/minecraft-server:java21-jdk docker run --rm --entrypoint bash ghcr.io/itzg/minecraft-server:java21-jdk -c 'ls...

Yes, by default the variable substitution is performed on files copied over from `/config` mount. You can have it process existing files with `REPLACE_ENV_IN_PLACE` however, that'll be a one-time replacement...

> My methodology is that I'd like to reduce the number of files required for reproducibility which is why I didn't want to mount a config folder. 💯

I agree with the frustrations with RCON, but then it's just doing the command-response that it's designed for. A websocket interface makes sense especially since docker and kubernetes use that...

This is a lot of changes for one PR. I know this is hard after the fact, but is there any way you could break this up into a few...