This repository was archived by the owner on Nov 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ CMD ["/usr/bin/register.sh"]
1212
1313LABEL \
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}
You can’t perform that action at this time.
0 commit comments