Update Dockerfile

This commit is contained in:
Alexandre
2025-11-05 17:23:00 +01:00
committed by GitHub
parent db02b3506e
commit dbfcc9e8d9

View File

@@ -34,7 +34,6 @@ RUN yarn config set network-timeout 900000 -g \
################# #################
# 1 ▸ Base image # # 1 ▸ Base image #
################# #################
ARG BUILD_VERSION
FROM ghcr.io/ente-io/server:latest FROM ghcr.io/ente-io/server:latest
################## ##################
@@ -106,7 +105,7 @@ CMD ["/ha_entrypoint.sh"]
############ ############
# 5 ▸ Labels (unchanged) # # 5 ▸ Labels (unchanged) #
############ ############
ARG BUILD_ARCH BUILD_DATE BUILD_NAME BUILD_DESCRIPTION BUILD_REF BUILD_REPOSITORY ARG BUILD_VERSION BUILD_ARCH BUILD_DATE BUILD_NAME BUILD_DESCRIPTION BUILD_REF BUILD_REPOSITORY
LABEL \ LABEL \
io.hass.name="${BUILD_NAME}" \ io.hass.name="${BUILD_NAME}" \
io.hass.description="${BUILD_DESCRIPTION}" \ io.hass.description="${BUILD_DESCRIPTION}" \