Add labels

This commit is contained in:
Alexandre
2021-10-23 22:24:00 +02:00
parent 543101a9c7
commit 1587b8924c
27 changed files with 453 additions and 42 deletions

View File

@@ -24,7 +24,7 @@ RUN \
# Copy root filesystem
COPY rootfs /
# Build arguments
### LABELS
ARG BUILD_ARCH
ARG BUILD_DATE
ARG BUILD_DESCRIPTION
@@ -32,8 +32,6 @@ ARG BUILD_NAME
ARG BUILD_REF
ARG BUILD_REPOSITORY
ARG BUILD_VERSION
# Labels
LABEL \
io.hass.name="${BUILD_NAME}" \
io.hass.description="${BUILD_DESCRIPTION}" \