Geoff Bourne
Geoff Bourne
> It looks like, understandably, I can't add the `xuid` to the `ALLOW_LIST_USERS` environment variable. For my scenario I've manually added the `xuid` to `allowlist.json` for the time being, which...
Awesome find @xavierly ! Anybody want to PR that into the startup script? I'm also trying to decide if I'll add a subcommand to https://github.com/itzg/mc-image-helper to allow more robust add/replace...
The container startup only operates on the files directly and that's all it can do. Once the bedrock process is executed the container startup script is completely out of the...
#346 just got merged, which might clear up the remaining issues here. My testing was down with no prior data, so I had missed the case where there would have...
There's some kind of inconsistency with that bug in Bedrock server: I enhanced the image to remove any left over `white-list` property in `server.properties` yet it doesn't allow me to...
So it sounds like the startup script management of allowlist.json just needs to be removed for now, perhaps with a startup warning in the logs, since it seems to be...
It sorts the directories to prune by date and not by version, so it's hard to say after the fact if the date on 1.17.2.0.01 happened to be older.
It definitely makes sense it would have been. I'll setup a test scenario and double check that logic. Otherwise, might be just something to keep an eye on with the...
This sounds like an issue to report with Mojang. However, when you say you setup a new server are you certain you used a completely new, empty data volume?
FYI image is based on Debian 11.1: ``` > docker run -it --rm --entrypoint cat itzg/minecraft-bedrock-server /etc/debian_version 11.1 ```