What’s changed
This is a major update of the base image.
The start-up of an add-on is now significantly faster, as fewer API call is done now. This is thanks to extended endpoints in the supervisor API and bug fixes with caching in Bashio.
The supervisor_api
access for most add-ons can now be removed. The base image does no longer require this property. So, unless you need specific API features of the Supervisor in your add-on, this option should be removed from your add-on configuration.
Furthermore, the base images have moved to the GitHub Container Registry, saying goodbye to DockerHub, as they imposed limits now that can become problematic. All are built on a brand spanking new GitHub Actions workflow.
New base image locations:
- aarch64:
ghcr.io/hassio-addons/debian-base/aarch64:4.0.0
- amd64:
ghcr.io/hassio-addons/debian-base/amd64:4.0.0
- armhf:
ghcr.io/hassio-addons/debian-base/armhf:4.0.0
- armv7:
ghcr.io/hassio-addons/debian-base/armv7:4.0.0
- i386:
ghcr.io/hassio-addons/debian-base/i386:4.0.0
🧰 Maintenance
- Cleanup repository @frenck (#8)
- Happy New Year @frenck (#9)
- Upgrade Code of Conduct @frenck (#10)
- Add new repository workflow @frenck (#11)