If you are an add-on developer, read [the documentation][publishing-addons] on how to publish your add-ons to Docker Hub. This will greatly improve the user experience.
### Template changes As an add-on developer, you will only have to change one line in your template to make it compatible with the new system. If you wish, you can also change the default build options for your image using the new [`build.json`][build-file] file. Old: ``` FROM %%BASE_IMAGE%% ``` New: ``` ARG BUILD_FROM FROM $BUILD_FROM ``` ### When The new system will become active with Hass.io 0.64 and Host OS 1.1. Host OS 1.1 is available today. Navigate to Advanced Settings in the Hass.io panel to start the OTA update. We have also updated our build scripts and replaced it with a [builder docker engine][builder]. This builder makes deploying Hass.io components very easy. All basic functionality is supported. If you want more functionality, check out [the builder by the Community Hass.io Add-ons project][community-builder]. [hassio-hardware-image-release]: https://github.com/home-assistant/hassio-build/releases/tag/1.1 [install]: /hassio/installation/ [builder]: https://github.com/home-assistant/hassio-build/tree/master/builder [frenck]: https://github.com/frenck [build-file]: /developers/hassio/addon_config/#add-on-extended-build [addon-repos]: https://community.home-assistant.io/tags/hassio-repository [community-builder]: https://github.com/hassio-addons/build-env [intro]: /blog/2017/07/25/introducing-hassio/ [publishing-addons]: /developers/hassio/addon_publishing/#custom-add-ons ]]>