Skip to content

Commit a34c798

Browse files
committed
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.
1 parent 5c36764 commit a34c798

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ Home Assistant containers
55
Base Images:
66
- homeassistant/aarch64-homeassistant-base:_BASE-VERSION_
77
- homeassistant/amd64-homeassistant-base:_BASE-VERSION_
8-
- homeassistant/armhf-homeassistant-base:_BASE-VERSION_
9-
- homeassistant/armv7-homeassistant-base:_BASE-VERSION_
10-
- homeassistant/i386-homeassistant-base:_BASE-VERSION_

build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
image: ghcr.io/home-assistant/{arch}-homeassistant-base
22
build_from:
33
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.22-2025.11.1
4-
armhf: ghcr.io/home-assistant/armhf-base-python:3.13-alpine3.22-2025.11.1
5-
armv7: ghcr.io/home-assistant/armv7-base-python:3.13-alpine3.22-2025.11.1
64
amd64: ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22-2025.11.1
7-
i386: ghcr.io/home-assistant/i386-base-python:3.13-alpine3.22-2025.11.1
85
cosign:
96
base_identity: https://github.com/home-assistant/docker-base/.*
107
identity: https://github.com/home-assistant/docker/.*

0 commit comments

Comments
 (0)