From e188f57af7fa80565ede81df2d02d45368aac200 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 31 Jan 2026 12:21:56 +0100 Subject: [PATCH] Fix Immich Redis mod startup --- immich/CHANGELOG.md | 3 +++ immich/Dockerfile | 2 +- immich/config.yaml | 2 +- immich_cuda/CHANGELOG.md | 3 +++ immich_cuda/Dockerfile | 2 +- immich_cuda/config.yaml | 2 +- immich_noml/CHANGELOG.md | 3 +++ immich_noml/Dockerfile | 2 +- immich_noml/config.yaml | 2 +- immich_openvino/CHANGELOG.md | 3 +++ immich_openvino/Dockerfile | 2 +- immich_openvino/config.yaml | 2 +- 12 files changed, 20 insertions(+), 8 deletions(-) diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 0c351640a..8b37f506e 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.5.3 (2026-02-01) +- Ensure docker mods (Redis) run by keeping the container in root mode. + ## 2.5.2 (2026-01-31) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) diff --git a/immich/Dockerfile b/immich/Dockerfile index 05bb1ec09..4244eff3c 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ USER root # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/immich/config.yaml b/immich/config.yaml index daee54226..46bbbf04c 100644 --- a/immich/config.yaml +++ b/immich/config.yaml @@ -141,6 +141,6 @@ slug: immich udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "2.5.2" +version: "2.5.3" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_cuda/CHANGELOG.md b/immich_cuda/CHANGELOG.md index 32b54c49d..c1533f8d3 100644 --- a/immich_cuda/CHANGELOG.md +++ b/immich_cuda/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.5.3 (2026-02-01) +- Ensure docker mods (Redis) run by keeping the container in root mode. + ## 2.5.2 (2026-01-31) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) diff --git a/immich_cuda/Dockerfile b/immich_cuda/Dockerfile index bb7e779e9..69c0c3409 100644 --- a/immich_cuda/Dockerfile +++ b/immich_cuda/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ USER root # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/immich_cuda/config.yaml b/immich_cuda/config.yaml index 5ea710b98..9a41a3be7 100644 --- a/immich_cuda/config.yaml +++ b/immich_cuda/config.yaml @@ -139,6 +139,6 @@ slug: immich_cuda udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "2.5.2" +version: "2.5.3" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_noml/CHANGELOG.md b/immich_noml/CHANGELOG.md index 02c8294d5..33381214d 100644 --- a/immich_noml/CHANGELOG.md +++ b/immich_noml/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.5.3 (2026-02-01) +- Ensure docker mods (Redis) run by keeping the container in root mode. + ## 2.5.2 (2026-01-31) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) diff --git a/immich_noml/Dockerfile b/immich_noml/Dockerfile index bb7e779e9..69c0c3409 100644 --- a/immich_noml/Dockerfile +++ b/immich_noml/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ USER root # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/immich_noml/config.yaml b/immich_noml/config.yaml index d011a72b6..5dfded58a 100644 --- a/immich_noml/config.yaml +++ b/immich_noml/config.yaml @@ -140,6 +140,6 @@ slug: immich_noml udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "2.5.2" +version: "2.5.3" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_openvino/CHANGELOG.md b/immich_openvino/CHANGELOG.md index c9400189e..c0db2e740 100644 --- a/immich_openvino/CHANGELOG.md +++ b/immich_openvino/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.5.3 (2026-02-01) +- Ensure docker mods (Redis) run by keeping the container in root mode. + ## 2.5.2 (2026-01-31) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) diff --git a/immich_openvino/Dockerfile b/immich_openvino/Dockerfile index bb7e779e9..69c0c3409 100644 --- a/immich_openvino/Dockerfile +++ b/immich_openvino/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ USER root # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/immich_openvino/config.yaml b/immich_openvino/config.yaml index 259cb536d..bd13f57ba 100644 --- a/immich_openvino/config.yaml +++ b/immich_openvino/config.yaml @@ -140,6 +140,6 @@ slug: immich_openvino udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "2.5.2" +version: "2.5.3" video: true webui: http://[HOST]:[PORT:8080]