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

Commit 6be9417

Browse files
committed
🔨 Implement OCI image specification on labels
1 parent 2b92758 commit 6be9417

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

qemu-user-static/Dockerfile

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ CMD ["/usr/bin/register.sh"]
1212

1313
LABEL \
1414
maintainer="Franck Nijhof <frenck@addons.community>" \
15-
org.label-schema.description="Registers qemu-*-static for all Home Assistant supported processors" \
16-
org.label-schema.build-date=${BUILD_DATE} \
17-
org.label-schema.name="qemu-user-static" \
18-
org.label-schema.schema-version="1.0" \
19-
org.label-schema.url="https://addons.community" \
20-
org.label-schema.usage="https://github.com/hassio-addons/qemu-user-static/tree/master/README.md" \
21-
org.label-schema.vcs-ref=${BUILD_REF} \
22-
org.label-schema.vcs-url="https://github.com/hassio-addons/qemu-user-static" \
23-
org.label-schema.vendor="Home Assistant Community Add-ons"
15+
org.opencontainers.image.title="qemu-user-static" \
16+
org.opencontainers.image.description="Registers qemu-*-static for all Home Assistant supported processors" \
17+
org.opencontainers.image.vendor="Home Assistant Community Add-ons" \
18+
org.opencontainers.image.authors="Franck Nijhof <frenck@addons.community>" \
19+
org.opencontainers.image.licenses="MIT" \
20+
org.opencontainers.image.url="https://addons.community" \
21+
org.opencontainers.image.source="https://github.com/hassio-addons/qemu-user-static" \
22+
org.opencontainers.image.documentation="https://github.com/hassio-addons/qemu-user-static/tree/master/README.md" \
23+
org.opencontainers.image.created=${BUILD_DATE} \
24+
org.opencontainers.image.revision=${BUILD_REF}

0 commit comments

Comments
 (0)