Geoff Bourne

Results 719 comments of Geoff Bourne

Please provide output of `kubectl describe` on the pod. I would like to confirm you're running a recent image version.

Yep, that's the correct image. It starts up fine for me, so I'm not sure why it would differ since like you said it is containerized with its own distro...

> java server image runs fine as container. I'm not sure how that's relevant.

You'll need to remove the `noexec` mount option on the host side from the volume where `/media/docker/minecraft/bds` is located.

I don't have any ideas offhand. Can you add `DEBUG: "true"` to your `environment` and see if that reveals any more clues? It sounds like it's a filesystem ownership/write-permission mismatch,...

That's an interesting idea about downloading the zip directory to the /data volume. I know some file operations like mv/cp are optimized when staying on the same filesystem. I could...

@djryan012 yours seems to be a temporary networking issue since this fallback endpoint is running fine but yours failed https://mc-bds-helper.vercel.app/api/latest

> If everyone's docker containers based on this one project are all hammering the url, any chance there's rate limiting or abuse protection that just blocks these curls? That's a...

Great discovery! Now that you say that I vaguely remembering a solution like that with pre-populating volumes in a Dockerfile. I'll see if that's something that can be automated by...

Just restart the container to pick up the latest or can always set `VERSION` to exactly what you need.