From b27a6ee0ddd2ed8f19bdb43c9ead6da6e3b3ebbf Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 28 Apr 2021 17:27:11 +0200 Subject: [PATCH] Add more org.opencontainers.image specs (#72) --- build.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build.json b/build.json index a3dbf68..e6e7c66 100644 --- a/build.json +++ b/build.json @@ -14,6 +14,12 @@ }, "labels": { "io.hass.type": "audio", - "org.opencontainers.image.source": "https://github.com/home-assistant/plugin-audio" + "org.opencontainers.image.title": "Home Assistant Audio Plugin", + "org.opencontainers.image.description": "Home Assistant Supervisor plugin for Audio", + "org.opencontainers.image.source": "https://github.com/home-assistant/plugin-audio", + "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" } }