diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index 68cdb38..10dd0e8 100755 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -44,17 +44,19 @@ ARG BUILD_VERSION # Labels LABEL \ io.hass.name="Home Panel" \ - io.hass.description="A web frontend for controlling the home." \ + io.hass.description="A web frontend for controlling the home" \ io.hass.arch="${BUILD_ARCH}" \ io.hass.type="addon" \ io.hass.version=${BUILD_VERSION} \ maintainer="Timmo " \ - org.label-schema.description="A web frontend for controlling the home." \ - org.label-schema.build-date=${BUILD_DATE} \ - org.label-schema.name="Home Panel" \ - org.label-schema.schema-version="1.0" \ - org.label-schema.url="https://community.home-assistant.io/t/home-panel-a-touch-compatible-webapp-for-controlling-the-home/62597?u=timmo001" \ - org.label-schema.usage="https://github.com/hassio-addons/addon-home-panel/tree/master/README.md" \ - org.label-schema.vcs-ref=${BUILD_REF} \ - org.label-schema.vcs-url="https://github.com/hassio-addons/addon-home-panel" \ - org.label-schema.vendor="Home Assistant Community Add-ons" + org.opencontainers.image.title="Home Panel" \ + org.opencontainers.image.description="A web frontend for controlling the home" \ + org.opencontainers.image.vendor="Home Assistant Community Add-ons" \ + org.opencontainers.image.authors="Timmo " \ + org.opencontainers.image.licenses="MIT" \ + org.opencontainers.image.url="https://addons.community" \ + org.opencontainers.image.source="https://github.com/hassio-addons/addon-home-panel" \ + org.opencontainers.image.documentation="https://github.com/hassio-addons/addon-home-panel/blob/master/README.md" \ + org.opencontainers.image.created=${BUILD_DATE} \ + org.opencontainers.image.revision=${BUILD_REF} \ + org.opencontainers.image.version=${BUILD_VERSION}