Skip to content

Commit

Permalink
🔨 Implement OCI image specification on labels
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 16, 2020
1 parent e7dc6d6 commit 5f6218d
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions chrony/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ LABEL \
io.hass.type="addon" \
io.hass.version=${BUILD_VERSION} \
maintainer="Paul Sinclair <[email protected]>" \
org.label-schema.description="chrony NTP Server" \
org.label-schema.build-date=${BUILD_DATE} \
org.label-schema.name="chrony" \
org.label-schema.schema-version="1.0" \
org.label-schema.url="https://github.com/hassio-addons/repository" \
org.label-schema.usage="https://github.com/hassio-addons/addon-chrony/tree/master/README.md" \
org.label-schema.vcs-ref=${BUILD_REF} \
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-chrony" \
org.label-schema.vendor="Community Home Assistant Addons"
org.opencontainers.image.title="chrony" \
org.opencontainers.image.description="chrony NTP Server" \
org.opencontainers.image.vendor="Home Assistant Community Add-ons" \
org.opencontainers.image.authors="Paul Sinclair <[email protected]>" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://addons.community" \
org.opencontainers.image.source="https://github.com/hassio-addons/addon-chrony" \
org.opencontainers.image.documentation="https://github.com/hassio-addons/addon-chrony/blob/master/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REF} \
org.opencontainers.image.version=${BUILD_VERSION}

0 comments on commit 5f6218d

Please sign in to comment.