Skip to content

Commit

Permalink
Bump home-assistant/builder from 2023.06.1 to 2023.09.0 (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
dependabot[bot] and frenck authored Sep 28, 2023
1 parent 1816b85 commit 448eb04
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 32 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2023.06.1
uses: home-assistant/builder@2023.09.0
with:
args: |
$BUILD_ARGS \
Expand All @@ -103,8 +103,6 @@ jobs:
--cosign \
--release ${{ needs.init.outputs.release }} \
--base ${{ matrix.version }}
env:
CAS_API_KEY: ${{ secrets.CAS_TOKEN }}
build_debian:
name: Build ${{ matrix.arch }} debian ${{ matrix.version }} base image
Expand Down Expand Up @@ -140,7 +138,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2023.06.1
uses: home-assistant/builder@2023.09.0
with:
args: |
$BUILD_ARGS \
Expand All @@ -150,8 +148,6 @@ jobs:
--release ${{ needs.init.outputs.release }} \
--version-from ${{ matrix.version }}-slim \
--base ${{ matrix.version }}
env:
CAS_API_KEY: ${{ secrets.CAS_TOKEN }}
build_ubuntu:
name: Build ${{ matrix.arch }} ubuntu ${{ matrix.version }} base image
Expand Down Expand Up @@ -187,7 +183,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2023.06.1
uses: home-assistant/builder@2023.09.0
with:
args: |
$BUILD_ARGS \
Expand All @@ -196,8 +192,6 @@ jobs:
--cosign \
--release ${{ needs.init.outputs.release }} \
--base ${{ matrix.version }}
env:
CAS_API_KEY: ${{ secrets.CAS_TOKEN }}
build_raspbian:
name: Build ${{ matrix.arch }} raspbian ${{ matrix.version }} base image
Expand Down Expand Up @@ -233,7 +227,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2023.06.1
uses: home-assistant/builder@2023.09.0
with:
args: |
$BUILD_ARGS \
Expand All @@ -243,8 +237,6 @@ jobs:
--release ${{ needs.init.outputs.release }} \
--version-from ${{ matrix.version }}-slim \
--base ${{ matrix.version }}
env:
CAS_API_KEY: ${{ secrets.CAS_TOKEN }}
build_python:
name: Build ${{ matrix.arch }} alpine ${{ matrix.version }} - python ${{ matrix.python }} base image
Expand Down Expand Up @@ -281,7 +273,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2023.06.1
uses: home-assistant/builder@2023.09.0
with:
args: |
$BUILD_ARGS \
Expand All @@ -292,5 +284,3 @@ jobs:
--version-from ${{ matrix.version }} \
--version ${{ matrix.python }} \
--base ${{ matrix.python }}-alpine${{ matrix.version }}
env:
CAS_API_KEY: ${{ secrets.CAS_TOKEN }}
2 changes: 0 additions & 2 deletions alpine/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ build_from:
armhf: "arm32v6/alpine:"
amd64: "alpine:"
i386: "i386/alpine:"
codenotary:
signer: [email protected]
cosign:
identity: https://github.com/home-assistant/docker-base/.*
args:
Expand Down
2 changes: 0 additions & 2 deletions debian/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ build_from:
armhf: "arm32v5/debian:"
amd64: "debian:"
i386: "i386/debian:"
codenotary:
signer: [email protected]
cosign:
identity: https://github.com/home-assistant/docker-base/.*
args:
Expand Down
3 changes: 0 additions & 3 deletions python/3.10/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ build_from:
armhf: "ghcr.io/home-assistant/armhf-base:"
amd64: "ghcr.io/home-assistant/amd64-base:"
i386: "ghcr.io/home-assistant/i386-base:"
codenotary:
signer: [email protected]
base_image: [email protected]
cosign:
base_identity: https://github.com/home-assistant/docker-base/.*
identity: https://github.com/home-assistant/docker-base/.*
Expand Down
3 changes: 0 additions & 3 deletions python/3.11/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ build_from:
armhf: "ghcr.io/home-assistant/armhf-base:"
amd64: "ghcr.io/home-assistant/amd64-base:"
i386: "ghcr.io/home-assistant/i386-base:"
codenotary:
signer: [email protected]
base_image: [email protected]
cosign:
base_identity: https://github.com/home-assistant/docker-base/.*
identity: https://github.com/home-assistant/docker-base/.*
Expand Down
3 changes: 0 additions & 3 deletions python/3.9/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ build_from:
armhf: "ghcr.io/home-assistant/armhf-base:"
amd64: "ghcr.io/home-assistant/amd64-base:"
i386: "ghcr.io/home-assistant/i386-base:"
codenotary:
signer: [email protected]
base_image: [email protected]
cosign:
base_identity: https://github.com/home-assistant/docker-base/.*
identity: https://github.com/home-assistant/docker-base/.*
Expand Down
2 changes: 0 additions & 2 deletions raspbian/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
image: ghcr.io/home-assistant/{arch}-base-raspbian
build_from:
armhf: "tianon/raspbian:"
codenotary:
signer: [email protected]
cosign:
identity: https://github.com/home-assistant/docker-base/.*
args:
Expand Down
2 changes: 0 additions & 2 deletions ubuntu/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ build_from:
aarch64: "arm64v8/ubuntu:"
armv7: "arm32v7/ubuntu:"
amd64: "ubuntu:"
codenotary:
signer: [email protected]
cosign:
identity: https://github.com/home-assistant/docker-base/.*
args:
Expand Down

0 comments on commit 448eb04

Please sign in to comment.