Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
🔨 Implement OCI image specification on labels
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 4, 2020
1 parent 2b92758 commit 6be9417
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions qemu-user-static/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ CMD ["/usr/bin/register.sh"]

LABEL \
maintainer="Franck Nijhof <[email protected]>" \
org.label-schema.description="Registers qemu-*-static for all Home Assistant supported processors" \
org.label-schema.build-date=${BUILD_DATE} \
org.label-schema.name="qemu-user-static" \
org.label-schema.schema-version="1.0" \
org.label-schema.url="https://addons.community" \
org.label-schema.usage="https://github.com/hassio-addons/qemu-user-static/tree/master/README.md" \
org.label-schema.vcs-ref=${BUILD_REF} \
org.label-schema.vcs-url="https://github.com/hassio-addons/qemu-user-static" \
org.label-schema.vendor="Home Assistant Community Add-ons"
org.opencontainers.image.title="qemu-user-static" \
org.opencontainers.image.description="Registers qemu-*-static for all Home Assistant supported processors" \
org.opencontainers.image.vendor="Home Assistant Community Add-ons" \
org.opencontainers.image.authors="Franck Nijhof <[email protected]>" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://addons.community" \
org.opencontainers.image.source="https://github.com/hassio-addons/qemu-user-static" \
org.opencontainers.image.documentation="https://github.com/hassio-addons/qemu-user-static/tree/master/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REF}

0 comments on commit 6be9417

Please sign in to comment.