FYI: Docker v29 update breaking Brewblox components

If you have recently updated your system and are now seeing a ‘404 not found’ error on the brewblox UI page, follow these steps as discussed on the Brewblox discord:

  1. Run sudo systemctl edit docker.service to add an override file to the Docker service
  2. Above the line that reads “### Edits below this comment will be discarded”, paste the following lines:
[Service]
  Environment=DOCKER_MIN_API_VERSION=1.24
  1. Save the file (ctrl+x followed by enter if using the default nano editor)
  2. Restart docker service sudo systemctl restart docker.service

This should resolve the issue. If not, reboot the system running Brewblox software.

This issue was caused by an update to Docker that is having ripple effects across other major software as well. Once the underlying issue is resolved, I will add a post to this thread detailing how to undo this band-aid.

Thank you to @Elco for the assist on Discord.

2 Likes