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 ba6d1e8 commit 5aa619a
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions traccar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,19 @@ ARG BUILD_VERSION
# Labels
LABEL \
io.hass.name="Traccar" \
io.hass.description="Modern GPS Tracking Platform." \
io.hass.description="Modern GPS Tracking Platform" \
io.hass.arch="${BUILD_ARCH}" \
io.hass.type="addon" \
io.hass.version=${BUILD_VERSION} \
maintainer="Franck Nijhof <frenck@addons.community>" \
org.label-schema.description="Modern GPS Tracking Platform." \
org.label-schema.build-date=${BUILD_DATE} \
org.label-schema.name="Traccar" \
org.label-schema.schema-version="1.0" \
org.label-schema.url="https://community.home-assistant.io/t/home-assistant-community-add-on-traccar/81407?u=frenck" \
org.label-schema.usage="https://github.com/hassio-addons/addon-traccar/tree/master/README.md" \
org.label-schema.vcs-ref=${BUILD_REF} \
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-traccar" \
org.label-schema.vendor="Home Assistant Community Add-ons"
org.opencontainers.image.title="Traccar" \
org.opencontainers.image.description="Modern GPS Tracking Platform" \
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-traccar" \
org.opencontainers.image.documentation="https://github.com/hassio-addons/addon-traccar/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 5aa619a

Please sign in to comment.