Updater bot : immich updated to 1.47.3

This commit is contained in:
alexbelgium
2023-02-19 10:29:44 +01:00
parent 82a84fc5c8
commit c97100f8a7
4 changed files with 9 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
## 1.47.3 (19-02-2023)
- Update to latest version from imagegenius/docker-immich
## (19-02-2023) ## (19-02-2023)
- Update to latest version from imagegenius/immich - Update to latest version from imagegenius/immich

View File

@@ -2,11 +2,11 @@
# ALEXBELGIUM'S DOCKERFILE # # ALEXBELGIUM'S DOCKERFILE #
#============================# #============================#
# _.------. # _.------.
# _.-` ('>.-`"""-. # _.-` ('>.-`"1.47.3""-.
# '.--'` _'` _ .--.) # '.--'` _'` _ .--.)
# -' '-.-';` ` # -' '-.-';` `
# ' - _.' ``'--. # ' - _.' ``'--.
# '---` .-'""` # '---` .-'"1.47.3"`
# /` # /`
#=== Home Assistant Addon ===# #=== Home Assistant Addon ===#
@@ -16,7 +16,7 @@
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_UPSTREAM="" ARG BUILD_UPSTREAM="1.47.3"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
################## ##################
@@ -92,7 +92,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
&& if ! command -v curl >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends curl || apk add --no-cache curl) >/dev/null; fi \ && if ! command -v curl >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends curl || apk add --no-cache curl) >/dev/null; fi \
&& apt-get update && apt-get install -yqq --no-install-recommends ca-certificates || apk add --no-cache ca-certificates >/dev/null || true \ && apt-get update && apt-get install -yqq --no-install-recommends ca-certificates || apk add --no-cache ca-certificates >/dev/null || true \
&& mkdir -p /etc/cont-init.d \ && mkdir -p /etc/cont-init.d \
&& for scripts in $MODULES; do echo "$scripts" && curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/$scripts" -o /etc/cont-init.d/"$scripts" && [ "$(sed -n '/\/bin/p;q' /etc/cont-init.d/"$scripts")" != "" ] || (echo "script failed to install $scripts" && exit 1); done \ && for scripts in $MODULES; do echo "$scripts" && curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/$scripts" -o /etc/cont-init.d/"$scripts" && [ "$(sed -n '/\/bin/p;q' /etc/cont-init.d/"$scripts")" != "1.47.3" ] || (echo "script failed to install $scripts" && exit 1); done \
&& chmod -R 755 /etc/cont-init.d && chmod -R 755 /etc/cont-init.d
# Manual apps # Manual apps

View File

@@ -97,6 +97,6 @@
], ],
"slug": "immich", "slug": "immich",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.45.0", "version": "1.47.3",
"webui": "http://[HOST]:[PORT:8080]" "webui": "http://[HOST]:[PORT:8080]"
} }

View File

@@ -5,5 +5,5 @@
"slug": "immich", "slug": "immich",
"source": "github", "source": "github",
"upstream_repo": "imagegenius/docker-immich", "upstream_repo": "imagegenius/docker-immich",
"upstream_version": "" "upstream_version": "1.47.3"
} }