mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 06:41:51 +02:00
Update Dockerfile
This commit is contained in:
@@ -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}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user