From b28b97ed33a53bcfe50cf7c9283e0c09d69a2748 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 27 Apr 2021 13:16:59 +0200 Subject: [PATCH] Add more org.opencontainers.image specs (#39) --- build.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build.json b/build.json index 1600e99..0ce8a90 100644 --- a/build.json +++ b/build.json @@ -10,7 +10,13 @@ }, "labels": { "io.hass.type": "dns", - "org.opencontainers.image.source": "https://github.com/home-assistant/plugin-dns" + "org.opencontainers.image.title": "Home Assistant DNS Plugin", + "org.opencontainers.image.description": "Home Assistant Supervisor plugin for DNS", + "org.opencontainers.image.source": "https://github.com/home-assistant/plugin-dns", + "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" }, "args": { "COREDNS_VERSION": "1.8.3"