diff --git a/build.json b/build.json index 70db4c776..9f433e1ae 100644 --- a/build.json +++ b/build.json @@ -13,6 +13,12 @@ }, "labels": { "io.hass.type": "supervisor", - "org.opencontainers.image.source": "https://github.com/home-assistant/supervisor" + "org.opencontainers.image.title": "Home Assistant Supervisor", + "org.opencontainers.image.description": "Container-based system for managing Home Assistant Core installation", + "org.opencontainers.image.source": "https://github.com/home-assistant/supervisor", + "org.opencontainers.image.authors": "The Home Assistant Authors", + "org.opencontainers.image.url": "https://www.home-assistant.io/", + "org.opencontainers.image.documentation": "https://www.home-assistant.io/docs/", + "org.opencontainers.image.licenses": "Apache License 2.0" } }