From f28dfd5ee0fbdb32260d29cd135a25b620e1616d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 16 May 2020 18:31:41 +0200 Subject: [PATCH] :hammer: Implement OCI image specification on labels --- zerotier/Dockerfile | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/zerotier/Dockerfile b/zerotier/Dockerfile index f348aaf..91d0d22 100755 --- a/zerotier/Dockerfile +++ b/zerotier/Dockerfile @@ -48,12 +48,14 @@ LABEL \ io.hass.type="addon" \ io.hass.version=${BUILD_VERSION} \ maintainer="Franck Nijhof " \ - org.label-schema.description="Radically simplify your network with a virtual networking layer that works the same everywhere" \ - org.label-schema.build-date=${BUILD_DATE} \ - org.label-schema.name="ZeroTier One" \ - org.label-schema.schema-version="1.0" \ - org.label-schema.url="https://community.home-assistant.io/t/home-assistant-community-add-on-zerotier-one/109091?u=frenck" \ - org.label-schema.usage="https://github.com/hassio-addons/addon-zerotier/tree/master/README.md" \ - org.label-schema.vcs-ref=${BUILD_REF} \ - org.label-schema.vcs-url="https://github.com/hassio-addons/addon-zerotier" \ - org.label-schema.vendor="Home Assistant Community Add-ons" + org.opencontainers.image.title="ZeroTier One" \ + org.opencontainers.image.description="Radically simplify your network with a virtual networking layer that works the same everywhere" \ + org.opencontainers.image.vendor="Home Assistant Community Add-ons" \ + org.opencontainers.image.authors="Franck Nijhof " \ + org.opencontainers.image.licenses="MIT" \ + org.opencontainers.image.url="https://addons.community" \ + org.opencontainers.image.source="https://github.com/hassio-addons/addon-zerotier" \ + org.opencontainers.image.documentation="https://github.com/hassio-addons/addon-zerotier/blob/master/README.md" \ + org.opencontainers.image.created=${BUILD_DATE} \ + org.opencontainers.image.revision=${BUILD_REF} \ + org.opencontainers.image.version=${BUILD_VERSION}