Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
init:
name: Initialize build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
architectures_alpine: ${{ steps.info_alpine.outputs.architectures }}
architectures_debian: ${{ steps.info_debian.outputs.architectures }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
build_alpine:
name: Build ${{ matrix.arch }} alpine ${{ matrix.version }} base image
needs: init
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
build_debian:
name: Build ${{ matrix.arch }} debian ${{ matrix.version }} base image
needs: init
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
build_ubuntu:
name: Build ${{ matrix.arch }} ubuntu ${{ matrix.version }} base image
needs: init
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
build_raspbian:
name: Build ${{ matrix.arch }} raspbian ${{ matrix.version }} base image
needs: init
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
build_python:
name: Build ${{ matrix.arch }} alpine ${{ matrix.version }} - python ${{ matrix.python }} base image
needs: [init, build_alpine]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: read
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion python/3.11/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cosign:
identity: https://github.com/home-assistant/docker-base/.*
args:
PYTHON_VERSION: 3.11.11
PIP_VERSION: 24.3.1
PIP_VERSION: 25.0.1
GPG_KEY: A035C8C19219BA821ECEA86B64E628F8D684696D
labels:
io.hass.base.name: python
Expand Down
4 changes: 2 additions & 2 deletions python/3.12/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ cosign:
base_identity: https://github.com/home-assistant/docker-base/.*
identity: https://github.com/home-assistant/docker-base/.*
args:
PYTHON_VERSION: 3.12.8
PIP_VERSION: 24.3.1
PYTHON_VERSION: 3.12.9
PIP_VERSION: 25.0.1
GPG_KEY: 7169605F62C751356D054A26A821E680E5FA6305
labels:
io.hass.base.name: python
Expand Down
4 changes: 2 additions & 2 deletions python/3.13/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ cosign:
base_identity: https://github.com/home-assistant/docker-base/.*
identity: https://github.com/home-assistant/docker-base/.*
args:
PYTHON_VERSION: 3.13.1
PIP_VERSION: 24.3.1
PYTHON_VERSION: 3.13.2
PIP_VERSION: 25.0.1
GPG_KEY: 7169605F62C751356D054A26A821E680E5FA6305
labels:
io.hass.base.name: python
Expand Down