🔨 Implement OCI image specification on labels

This commit is contained in:
Franck Nijhof 2020-05-16 20:16:32 +02:00
parent fb4da531f5
commit 13265be3a2
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -51,12 +51,14 @@ LABEL \
io.hass.type="addon" \
io.hass.version=${BUILD_VERSION} \
maintainer="Franck Nijhof <frenck@addons.community>" \
org.label-schema.description="Simple, elegant and feature-rich CCTV/NVR for your cameras" \
org.label-schema.build-date=${BUILD_DATE} \
org.label-schema.name="motionEye" \
org.label-schema.schema-version="1.0" \
org.label-schema.url="https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826?u=frenck" \
org.label-schema.usage="https://github.com/hassio-addons/addon-motioneye/tree/master/README.md" \
org.label-schema.vcs-ref=${BUILD_REF} \
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-motioneye" \
org.label-schema.vendor="Home Assistant Community Add-ons"
org.opencontainers.image.title="motionEye" \
org.opencontainers.image.description="Simple, elegant and feature-rich CCTV/NVR for your cameras" \
org.opencontainers.image.vendor="Home Assistant Community Add-ons" \
org.opencontainers.image.authors="Franck Nijhof <frenck@addons.community>" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://addons.community" \
org.opencontainers.image.source="https://github.com/hassio-addons/addon-motioneye" \
org.opencontainers.image.documentation="https://github.com/hassio-addons/addon-motioneye/blob/master/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REF} \
org.opencontainers.image.version=${BUILD_VERSION}