From 4e24d1830855e645909d58439ed11f9f366ba517 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Tue, 15 Jul 2025 20:59:34 +0200 Subject: [PATCH] test --- ente/Dockerfile | 17 +++++++++-------- ente/config.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/ente/Dockerfile b/ente/Dockerfile index 5c64ef572..ebe52f6c3 100644 --- a/ente/Dockerfile +++ b/ente/Dockerfile @@ -15,7 +15,8 @@ ################# ARG BUILD_VERSION -FROM ghcr.io/ente-io/server:latest +ARG BUILD_FROM +FROM BUILD_FROM ################## # 2 Modify Image # @@ -37,13 +38,13 @@ RUN chmod 744 /ha_lsio.sh && \ # ---------- MinIO & tools (needed by Ente) ---------- # – server binary + client (`mc`) -RUN set -eux; \ - apt-get update; \ - apt-get install -y --no-install-recommends curl ca-certificates wget jq tini postgresql-client-15; \ - curl -fsSL https://dl.min.io/server/minio/release/linux-amd64/minio -o /usr/local/bin/minio; \ - curl -fsSL https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc; \ - chmod +x /usr/local/bin/minio /usr/local/bin/mc; \ - apt-get clean; rm -rf /var/lib/apt/lists/* +#RUN set -eux; \ +# apt-get update; \ +# apt-get install -y --no-install-recommends curl ca-certificates wget jq tini postgresql-client-15; \ +# curl -fsSL https://dl.min.io/server/minio/release/linux-amd64/minio -o /usr/local/bin/minio; \ +# curl -fsSL https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc; \ +# chmod +x /usr/local/bin/minio /usr/local/bin/mc; \ +# apt-get clean; rm -rf /var/lib/apt/lists/* ################## # 3 Install apps # diff --git a/ente/config.json b/ente/config.json index eceb74725..663942bf5 100644 --- a/ente/config.json +++ b/ente/config.json @@ -80,7 +80,7 @@ "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.0.0", + "version": "1.0.0test", "video": true, "webui": "http://[HOST]:[PORT:3000]" }