mirror of
https://github.com/hassio-addons/addon-ubuntu-base.git
synced 2025-05-07 04:11:26 +00:00
🔨 Implement OCI image specification on labels
This commit is contained in:
parent
db7400e70d
commit
6f3f7957d9
1 changed files with 11 additions and 9 deletions
|
@ -73,12 +73,14 @@ LABEL \
|
|||
io.hass.base.name="ubuntu" \
|
||||
io.hass.base.image="hassioaddons/ubuntu-base" \
|
||||
maintainer="Franck Nijhof <frenck@addons.community>" \
|
||||
org.label-schema.description="Home Assistant Community Add-on: ${BUILD_ARCH} Ubuntu base image" \
|
||||
org.label-schema.build-date=${BUILD_DATE} \
|
||||
org.label-schema.name="Addon Ubuntu base for ${BUILD_ARCH}" \
|
||||
org.label-schema.schema-version="1.0" \
|
||||
org.label-schema.url="https://addons.community" \
|
||||
org.label-schema.usage="https://github.com/hassio-addons/addon-ubuntu-base/blob/master/README.md" \
|
||||
org.label-schema.vcs-ref=${REF} \
|
||||
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-ubuntu-base" \
|
||||
org.label-schema.vendor="Home Assistant Community Add-ons"
|
||||
org.opencontainers.image.title="Addon Ubuntu base for ${BUILD_ARCH}" \
|
||||
org.opencontainers.image.description="Home Assistant Community Add-on: ${BUILD_ARCH} Ubuntu base image" \
|
||||
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-ubuntu-base" \
|
||||
org.opencontainers.image.documentation="https://github.com/hassio-addons/addon-ubuntu-base/blob/master/README.md" \
|
||||
org.opencontainers.image.created=${BUILD_DATE} \
|
||||
org.opencontainers.image.revision=${BUILD_REF} \
|
||||
org.opencontainers.image.version=${BUILD_VERSION}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue