From a34c798b5d7eb2ec04794e9822b27cf5ed2e1f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Fri, 21 Nov 2025 16:51:38 +0100 Subject: [PATCH] Drop deprecated architectures After home-assistant/docker-base#324 there won't be base image builds for the deprecated architectures. Techically we could still build an image here for those architectures by using the last available tag (`*-2025.11.1`), but since there's currently no need for that, simply drop them. --- README.md | 3 --- build.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index fc4416cc9..dff77104f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,3 @@ Home Assistant containers Base Images: - homeassistant/aarch64-homeassistant-base:_BASE-VERSION_ - homeassistant/amd64-homeassistant-base:_BASE-VERSION_ -- homeassistant/armhf-homeassistant-base:_BASE-VERSION_ -- homeassistant/armv7-homeassistant-base:_BASE-VERSION_ -- homeassistant/i386-homeassistant-base:_BASE-VERSION_ diff --git a/build.yaml b/build.yaml index 2e1d19990..c12650242 100644 --- a/build.yaml +++ b/build.yaml @@ -1,10 +1,7 @@ image: ghcr.io/home-assistant/{arch}-homeassistant-base build_from: aarch64: ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.22-2025.11.1 - armhf: ghcr.io/home-assistant/armhf-base-python:3.13-alpine3.22-2025.11.1 - armv7: ghcr.io/home-assistant/armv7-base-python:3.13-alpine3.22-2025.11.1 amd64: ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22-2025.11.1 - i386: ghcr.io/home-assistant/i386-base-python:3.13-alpine3.22-2025.11.1 cosign: base_identity: https://github.com/home-assistant/docker-base/.* identity: https://github.com/home-assistant/docker/.*