Skip to content

Commit 5c36764

Browse files
authored
Use release-suffixed base images (pin to 2025.11.1) (#369)
Currently we're lacking control over what version of the base images is used, and it only depends on when the build is launched. This doesn't allow any (easy) rollback mechanisms and it's also not very transparent. Use the newly introduced base image tags which include the release version suffix so we have more control over this aspect.
1 parent bfe9838 commit 5c36764

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
image: ghcr.io/home-assistant/{arch}-homeassistant-base
22
build_from:
3-
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.22
4-
armhf: ghcr.io/home-assistant/armhf-base-python:3.13-alpine3.22
5-
armv7: ghcr.io/home-assistant/armv7-base-python:3.13-alpine3.22
6-
amd64: ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.22
7-
i386: ghcr.io/home-assistant/i386-base-python:3.13-alpine3.22
3+
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
6+
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
88
cosign:
99
base_identity: https://github.com/home-assistant/docker-base/.*
1010
identity: https://github.com/home-assistant/docker/.*

0 commit comments

Comments
 (0)