Update Dockerfile

This commit is contained in:
Alexandre
2022-01-22 19:35:29 +01:00
committed by GitHub
parent 224040b4bb
commit 5d10a67e90

View File

@@ -82,15 +82,6 @@ RUN apk -U update && \
# Copy rootfs # Copy rootfs
COPY rootfs / COPY rootfs /
# Build arguments
ARG BUILD_ARCH
ARG BUILD_DATE
ARG BUILD_DESCRIPTION
ARG BUILD_NAME
ARG BUILD_REF
ARG BUILD_REPOSITORY
ARG BUILD_VERSION
############################## ##############################
# Automatic modules download # # Automatic modules download #
############################## ##############################
@@ -129,6 +120,15 @@ fi
# 5 Labels # # 5 Labels #
############ ############
# Build arguments
ARG BUILD_ARCH
ARG BUILD_DATE
ARG BUILD_DESCRIPTION
ARG BUILD_NAME
ARG BUILD_REF
ARG BUILD_REPOSITORY
ARG BUILD_VERSION
# Labels # Labels
LABEL \ LABEL \
io.hass.name="${APP_NAME}" \ io.hass.name="${APP_NAME}" \