mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-04 19:21:24 +00:00
🔨 Implement OCI image specification on labels
This commit is contained in:
parent
2c869f90ea
commit
529b532768
1 changed files with 12 additions and 10 deletions
|
@ -124,17 +124,19 @@ ARG BUILD_VERSION
|
||||||
# Labels
|
# Labels
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.name="Visual Studio Code" \
|
io.hass.name="Visual Studio Code" \
|
||||||
io.hass.description="Visual Studio Code, accessible through the browser." \
|
io.hass.description="Visual Studio Code, accessible through the browser" \
|
||||||
io.hass.arch="${BUILD_ARCH}" \
|
io.hass.arch="${BUILD_ARCH}" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.version=${BUILD_VERSION} \
|
io.hass.version=${BUILD_VERSION} \
|
||||||
maintainer="Franck Nijhof <frenck@addons.community>" \
|
maintainer="Franck Nijhof <frenck@addons.community>" \
|
||||||
org.label-schema.description="Visual Studio Code, accessible through the browser." \
|
org.opencontainers.image.title="Visual Studio Code" \
|
||||||
org.label-schema.build-date=${BUILD_DATE} \
|
org.opencontainers.image.description="Visual Studio Code, accessible through the browser" \
|
||||||
org.label-schema.name="Visual Studio Code" \
|
org.opencontainers.image.vendor="Home Assistant Community Add-ons" \
|
||||||
org.label-schema.schema-version="1.0" \
|
org.opencontainers.image.authors="Franck Nijhof <frenck@addons.community>" \
|
||||||
org.label-schema.url="https://community.home-assistant.io/t/home-assistant-community-add-on-visual-studio-code/107863?u=frenck" \
|
org.opencontainers.image.licenses="MIT" \
|
||||||
org.label-schema.usage="https://github.com/hassio-addons/addon-vscode/tree/master/README.md" \
|
org.opencontainers.image.url="https://addons.community" \
|
||||||
org.label-schema.vcs-ref=${BUILD_REF} \
|
org.opencontainers.image.source="https://github.com/hassio-addons/addon-vscode" \
|
||||||
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-vscode" \
|
org.opencontainers.image.documentation="https://github.com/hassio-addons/addon-vscode/blob/master/README.md" \
|
||||||
org.label-schema.vendor="Home Assistant Community Add-ons"
|
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