From f05d33a0fbfde7e9284b7daab10625c243ae0d47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:02:10 +0000 Subject: [PATCH 01/28] Update quay.io/fedora/fedora-bootc Docker tag to v43 Signed-off-by: Platform Engineering Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 29239ef..bf412c4 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:09fc42f1db6487dd47b773a852672d3a6977753ad8e8fb02a2b490af8cb6bf2d AS builder +FROM quay.io/fedora/fedora-bootc:43@sha256:abed0a54d97da456a3d62ee7399595b6016bbeebf9fe78fba851a4586822b313 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 151b74bb0a36068afc3e751ca25e6381beb624d0 Mon Sep 17 00:00:00 2001 From: Kelly Shutt Date: Thu, 30 Oct 2025 17:22:59 -0400 Subject: [PATCH 02/28] Updates for Fedora 43 build. --- .../workflows/{build.yaml => main-build.yaml} | 6 +-- .github/workflows/pr-build.yaml | 39 +++++++++++++++++++ Containerfile | 3 +- Makefile | 7 ++-- bootc-image-builder | 2 +- 5 files changed, 48 insertions(+), 9 deletions(-) rename .github/workflows/{build.yaml => main-build.yaml} (88%) create mode 100644 .github/workflows/pr-build.yaml diff --git a/.github/workflows/build.yaml b/.github/workflows/main-build.yaml similarity index 88% rename from .github/workflows/build.yaml rename to .github/workflows/main-build.yaml index da522d0..493f17f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/main-build.yaml @@ -1,7 +1,7 @@ permissions: contents: read packages: write -name: Build F42 bootc image +name: Main build and publish image on: workflow_dispatch: push: @@ -16,7 +16,7 @@ concurrency: jobs: build: - name: Build Fedora bootc image + name: Main build and publish image runs-on: ubuntu-latest env: IMAGE_NAME: framework-fedora-bootc @@ -35,7 +35,7 @@ jobs: uses: redhat-actions/buildah-build@v2 with: image: ${{ env.IMAGE_NAME }} - tags: latest 42 ${{ github.sha }} + tags: latest 43 ${{ github.sha }} layers: True containerfiles: | ./Containerfile diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml new file mode 100644 index 0000000..7bbcc45 --- /dev/null +++ b/.github/workflows/pr-build.yaml @@ -0,0 +1,39 @@ +permissions: + contents: read + packages: write +name: PR build test +on: + workflow_dispatch: + pull_request: + paths: + - Containerfile + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + build: + name: PR build test + runs-on: ubuntu-latest + env: + IMAGE_NAME: framework-fedora-bootc + REGISTRY: ghcr.io/compphy + + steps: + - name: Clone the repository + uses: actions/checkout@v5 + + # Based on https://github.com/orgs/community/discussions/25678 + - name: Delete huge unnecessary tools folder + run: rm -rf /opt/hostedtoolcache + + - name: Use buildah build to create the image + id: build-image + uses: redhat-actions/buildah-build@v2 + with: + image: ${{ env.IMAGE_NAME }} + tags: latest 43 ${{ github.sha }} + layers: True + containerfiles: | + ./Containerfile diff --git a/Containerfile b/Containerfile index bf412c4..c90f186 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM quay.io/fedora/fedora-bootc:43@sha256:abed0a54d97da456a3d62ee7399595b6016bbeebf9fe78fba851a4586822b313 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 -RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 +RUN dnf upgrade -y --refresh RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all RUN systemctl disable abrtd atd mcelog RUN systemctl set-default graphical.target @@ -15,4 +15,3 @@ RUN dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-rele RUN dnf config-manager setopt fedora-cisco-openh264.enabled=1 RUN dnf install -y steam && dnf clean all RUN bootc container lint - diff --git a/Makefile b/Makefile index 81a728f..6950abf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -OCI_IMAGE ?= ghcr.io/compphy/framework-fedora-bootc:latest -DISK_TYPE ?= anaconda-iso +OCI_IMAGE ?= ghcr.io/compphy/framework-fedora-bootc:latest +DISK_TYPE ?= raw ROOTFS ?= ext4 ARCH ?= amd64 # Use upsteam build: @@ -10,6 +10,7 @@ BIB_IMAGE ?= localhost/bootc-image-builder:latest # See https://github.com/osbuild/bootc-image-builder .PHONY: disk-image disk-image: + podman build -t framework-fedora-bootc $(CURDIR) podman build -t bootc-image-builder $(CURDIR)/bootc-image-builder mkdir -p ./output mkdir -p /var/lib/containers/storage @@ -28,4 +29,4 @@ disk-image: --type $(DISK_TYPE) \ --rootfs $(ROOTFS) \ --use-librepo \ - $(OCI_IMAGE) \ No newline at end of file + localhost/framework-fedora-bootc:latest \ No newline at end of file diff --git a/bootc-image-builder b/bootc-image-builder index 8c0ddd3..6a6cd92 160000 --- a/bootc-image-builder +++ b/bootc-image-builder @@ -1 +1 @@ -Subproject commit 8c0ddd38e54df8d37ec5c4033cccf90b60eed970 +Subproject commit 6a6cd928962cce3fb85bb694e3b790c64b7576b9 From f4f1a6950cb3c850dab03a657c4dea26541e035d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:02:10 +0000 Subject: [PATCH 03/28] Update quay.io/fedora/fedora-bootc Docker tag to v43 Signed-off-by: Platform Engineering Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 29239ef..bf412c4 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:09fc42f1db6487dd47b773a852672d3a6977753ad8e8fb02a2b490af8cb6bf2d AS builder +FROM quay.io/fedora/fedora-bootc:43@sha256:abed0a54d97da456a3d62ee7399595b6016bbeebf9fe78fba851a4586822b313 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 3efbe2081770af0d6319670f95ec1d2dfee79f7c Mon Sep 17 00:00:00 2001 From: Kelly Shutt Date: Thu, 30 Oct 2025 17:22:59 -0400 Subject: [PATCH 04/28] Updates for Fedora 43 build. --- .github/workflows/main-build.yaml | 3 +-- .github/workflows/pr-build.yaml | 2 +- Containerfile | 3 +-- Makefile | 7 ++++--- bootc-image-builder | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main-build.yaml b/.github/workflows/main-build.yaml index 05e2e34..58d474c 100644 --- a/.github/workflows/main-build.yaml +++ b/.github/workflows/main-build.yaml @@ -59,8 +59,7 @@ jobs: uses: redhat-actions/buildah-build@v2 with: image: ${{ env.IMAGE_NAME }} - # On main tag both 'latest' and '42'; on release-42 tag '42'. - tags: ${{ github.ref == 'refs/heads/main' && 'latest 42 ' || (github.ref == 'refs/heads/release-42' && '42 ' || '') }}${{ github.sha }} + tags: ${{ github.ref == 'refs/heads/release-42' && '42 ' || 'latest 43 ' }}${{ github.sha }} layers: True containerfiles: | ./Containerfile diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index b520f68..0e477a4 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -36,4 +36,4 @@ jobs: image: ${{ env.IMAGE_NAME }} layers: True containerfiles: | - ./Containerfile \ No newline at end of file + ./Containerfile diff --git a/Containerfile b/Containerfile index bf412c4..c90f186 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM quay.io/fedora/fedora-bootc:43@sha256:abed0a54d97da456a3d62ee7399595b6016bbeebf9fe78fba851a4586822b313 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 -RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 +RUN dnf upgrade -y --refresh RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all RUN systemctl disable abrtd atd mcelog RUN systemctl set-default graphical.target @@ -15,4 +15,3 @@ RUN dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-rele RUN dnf config-manager setopt fedora-cisco-openh264.enabled=1 RUN dnf install -y steam && dnf clean all RUN bootc container lint - diff --git a/Makefile b/Makefile index 81a728f..6950abf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -OCI_IMAGE ?= ghcr.io/compphy/framework-fedora-bootc:latest -DISK_TYPE ?= anaconda-iso +OCI_IMAGE ?= ghcr.io/compphy/framework-fedora-bootc:latest +DISK_TYPE ?= raw ROOTFS ?= ext4 ARCH ?= amd64 # Use upsteam build: @@ -10,6 +10,7 @@ BIB_IMAGE ?= localhost/bootc-image-builder:latest # See https://github.com/osbuild/bootc-image-builder .PHONY: disk-image disk-image: + podman build -t framework-fedora-bootc $(CURDIR) podman build -t bootc-image-builder $(CURDIR)/bootc-image-builder mkdir -p ./output mkdir -p /var/lib/containers/storage @@ -28,4 +29,4 @@ disk-image: --type $(DISK_TYPE) \ --rootfs $(ROOTFS) \ --use-librepo \ - $(OCI_IMAGE) \ No newline at end of file + localhost/framework-fedora-bootc:latest \ No newline at end of file diff --git a/bootc-image-builder b/bootc-image-builder index 8c0ddd3..6a6cd92 160000 --- a/bootc-image-builder +++ b/bootc-image-builder @@ -1 +1 @@ -Subproject commit 8c0ddd38e54df8d37ec5c4033cccf90b60eed970 +Subproject commit 6a6cd928962cce3fb85bb694e3b790c64b7576b9 From 4921bbd7f14b06d057d131d0b25adffb94cb2b89 Mon Sep 17 00:00:00 2001 From: Kelly Shutt Date: Tue, 4 Nov 2025 15:10:09 -0500 Subject: [PATCH 05/28] Update SHA digest. --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c90f186..2b1e9a8 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:43@sha256:abed0a54d97da456a3d62ee7399595b6016bbeebf9fe78fba851a4586822b313 AS builder +FROM quay.io/fedora/fedora-bootc:43@sha256:b193a5166e08d74047c336b4161f6f6ecbca79ac7a238daeaad21a0d3a377a10 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade -y --refresh RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From f6cffb298712084bdc70ec6b4d5fa5a5875e238a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:02:10 +0000 Subject: [PATCH 06/28] Update quay.io/fedora/fedora-bootc Docker tag to v43 Signed-off-by: Platform Engineering Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 29239ef..bf412c4 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:09fc42f1db6487dd47b773a852672d3a6977753ad8e8fb02a2b490af8cb6bf2d AS builder +FROM quay.io/fedora/fedora-bootc:43@sha256:abed0a54d97da456a3d62ee7399595b6016bbeebf9fe78fba851a4586822b313 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From f4fb6784e9cd18cc83ad303273fbada2d11d446f Mon Sep 17 00:00:00 2001 From: Kelly Shutt Date: Thu, 30 Oct 2025 17:22:59 -0400 Subject: [PATCH 07/28] Updates for Fedora 43 build. --- .github/workflows/main-build.yaml | 3 +-- .github/workflows/pr-build.yaml | 2 +- Containerfile | 3 +-- Makefile | 7 ++++--- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main-build.yaml b/.github/workflows/main-build.yaml index 05e2e34..58d474c 100644 --- a/.github/workflows/main-build.yaml +++ b/.github/workflows/main-build.yaml @@ -59,8 +59,7 @@ jobs: uses: redhat-actions/buildah-build@v2 with: image: ${{ env.IMAGE_NAME }} - # On main tag both 'latest' and '42'; on release-42 tag '42'. - tags: ${{ github.ref == 'refs/heads/main' && 'latest 42 ' || (github.ref == 'refs/heads/release-42' && '42 ' || '') }}${{ github.sha }} + tags: ${{ github.ref == 'refs/heads/release-42' && '42 ' || 'latest 43 ' }}${{ github.sha }} layers: True containerfiles: | ./Containerfile diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index b520f68..0e477a4 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -36,4 +36,4 @@ jobs: image: ${{ env.IMAGE_NAME }} layers: True containerfiles: | - ./Containerfile \ No newline at end of file + ./Containerfile diff --git a/Containerfile b/Containerfile index bf412c4..c90f186 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM quay.io/fedora/fedora-bootc:43@sha256:abed0a54d97da456a3d62ee7399595b6016bbeebf9fe78fba851a4586822b313 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 -RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 +RUN dnf upgrade -y --refresh RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all RUN systemctl disable abrtd atd mcelog RUN systemctl set-default graphical.target @@ -15,4 +15,3 @@ RUN dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-rele RUN dnf config-manager setopt fedora-cisco-openh264.enabled=1 RUN dnf install -y steam && dnf clean all RUN bootc container lint - diff --git a/Makefile b/Makefile index 81a728f..6950abf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -OCI_IMAGE ?= ghcr.io/compphy/framework-fedora-bootc:latest -DISK_TYPE ?= anaconda-iso +OCI_IMAGE ?= ghcr.io/compphy/framework-fedora-bootc:latest +DISK_TYPE ?= raw ROOTFS ?= ext4 ARCH ?= amd64 # Use upsteam build: @@ -10,6 +10,7 @@ BIB_IMAGE ?= localhost/bootc-image-builder:latest # See https://github.com/osbuild/bootc-image-builder .PHONY: disk-image disk-image: + podman build -t framework-fedora-bootc $(CURDIR) podman build -t bootc-image-builder $(CURDIR)/bootc-image-builder mkdir -p ./output mkdir -p /var/lib/containers/storage @@ -28,4 +29,4 @@ disk-image: --type $(DISK_TYPE) \ --rootfs $(ROOTFS) \ --use-librepo \ - $(OCI_IMAGE) \ No newline at end of file + localhost/framework-fedora-bootc:latest \ No newline at end of file From c3178670bbd6ea04292e2305979527622e3d0d5e Mon Sep 17 00:00:00 2001 From: Kelly Shutt Date: Thu, 30 Oct 2025 17:22:59 -0400 Subject: [PATCH 08/28] Updates for Fedora 43 build. --- bootc-image-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootc-image-builder b/bootc-image-builder index a8e8ad7..6a6cd92 160000 --- a/bootc-image-builder +++ b/bootc-image-builder @@ -1 +1 @@ -Subproject commit a8e8ad78da94a1e0ba52a95893cc7e34157f8842 +Subproject commit 6a6cd928962cce3fb85bb694e3b790c64b7576b9 From 4badd8396cbb15ef400c0312f64a7c3c9a976e8d Mon Sep 17 00:00:00 2001 From: Kelly Shutt Date: Tue, 4 Nov 2025 15:10:09 -0500 Subject: [PATCH 09/28] Update SHA digest. --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c90f186..2b1e9a8 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:43@sha256:abed0a54d97da456a3d62ee7399595b6016bbeebf9fe78fba851a4586822b313 AS builder +FROM quay.io/fedora/fedora-bootc:43@sha256:b193a5166e08d74047c336b4161f6f6ecbca79ac7a238daeaad21a0d3a377a10 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade -y --refresh RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 161e9086b50e8dba945b82a6145598c5a4daccbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 13:55:29 +0000 Subject: [PATCH 10/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 7415d71 (#125) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 89bb138..c2b7e03 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:2c48b779ef9e6c9a073f741167d56d9475c7fccf3d834d5c650f78eeacb330ae AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:7415d7126e98dd19bd6d11d7e40535eebc027cc9e57e000b30d0bc6dc87878d3 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From ec09fab42d06ea6379ae4c3d280267329ab824e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 12:31:36 +0000 Subject: [PATCH 11/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 9aedd81 (#127) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c2b7e03..79d04b4 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:7415d7126e98dd19bd6d11d7e40535eebc027cc9e57e000b30d0bc6dc87878d3 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:9aedd8148c5552d691789e8e62738724165bf416e54569b444c4980e3c751204 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From aabe7be481d377b10d7606d8c7c8619e2c2965eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 08:27:31 +0000 Subject: [PATCH 12/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 442896b (#129) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 79d04b4..e86733b 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:9aedd8148c5552d691789e8e62738724165bf416e54569b444c4980e3c751204 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:442896b5e50baef5f8181202b4d939efdd963add307227a6dcb396a5a057f217 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 1b4cb1a137b73af5f0cce2ae6f87cb2f7ac098c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 08:33:48 +0000 Subject: [PATCH 13/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to dfcfb81 (#131) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e86733b..63ea6e0 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:442896b5e50baef5f8181202b4d939efdd963add307227a6dcb396a5a057f217 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:dfcfb8115cc82595479d2ea5c6f7fa54ccfafbf360cc7bfea7592d5cba0bbf82 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 79aaf5e90dbc071a2c1271baed97fd7ac6085206 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:39:19 +0000 Subject: [PATCH 14/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 9235655 (#133) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 63ea6e0..2b945d3 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:dfcfb8115cc82595479d2ea5c6f7fa54ccfafbf360cc7bfea7592d5cba0bbf82 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:923565575f32adf0746e4757e84c3072b890351bb931055972294ed06be582d2 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 0d7e289739771374aee5f9321afdfbe14ac82c1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 09:11:38 +0000 Subject: [PATCH 15/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 2e0e8b9 (#135) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 2b945d3..fbcdbd9 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:923565575f32adf0746e4757e84c3072b890351bb931055972294ed06be582d2 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:2e0e8b981459034e682caa5fec07200bb108cd7baef282d17fd5d8891714a803 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From a5521c1f9f7091b9a29fec4cac07b94241ec9d56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 08:58:12 +0000 Subject: [PATCH 16/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 0ae27da (#137) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index fbcdbd9..10ca27c 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:2e0e8b981459034e682caa5fec07200bb108cd7baef282d17fd5d8891714a803 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:0ae27dac39cce4736f83a68f03eadcb429250a781ab0aeaff7d9212cc7a84a5b AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From e58e28f4a752dc3a8037f4136cdba1dec9b6d6e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 13:15:01 +0000 Subject: [PATCH 17/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 4f8c23d (#139) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 10ca27c..334abd0 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:0ae27dac39cce4736f83a68f03eadcb429250a781ab0aeaff7d9212cc7a84a5b AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:4f8c23d280f909bde2967564d50adb675edea28b606e82b9a51f0d49c6446359 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 301ada6a1f6468439c49eb0ce3472ee590bfa6ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 08:53:57 +0000 Subject: [PATCH 18/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to dc56fb6 (#141) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 334abd0..e75e8b7 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:4f8c23d280f909bde2967564d50adb675edea28b606e82b9a51f0d49c6446359 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:dc56fb629cb8086dcb55f08c075d6f914fce6c1bb9ad08f8d11d4911a6afd2a5 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From bbde8969772c7f041ff795cd7fdb76f2790f1267 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:49:09 +0000 Subject: [PATCH 19/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to f3383c9 (#143) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e75e8b7..4b91119 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:dc56fb629cb8086dcb55f08c075d6f914fce6c1bb9ad08f8d11d4911a6afd2a5 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:f3383c960c767452f652cb1641d58a43647c4faa225c55bdd7f954c8d4bbebd3 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From a1caad260ba32709e8d2b40ff52ffca3e744ca60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:42:01 +0000 Subject: [PATCH 20/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to a6e1820 (#145) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4b91119..3c2f957 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:f3383c960c767452f652cb1641d58a43647c4faa225c55bdd7f954c8d4bbebd3 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:a6e1820cf4f8c814d9457d5d0fde7313dd84b9ee31ec10671a3d04db67188fba AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 81d478f58b296666e35f93e576212e68993a1ba7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 01:07:01 +0000 Subject: [PATCH 21/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 35857b8 (#147) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 3c2f957..8d02497 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:a6e1820cf4f8c814d9457d5d0fde7313dd84b9ee31ec10671a3d04db67188fba AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:35857b8f703d63873b2e08d84bf5919acf964c90f42e48e9273f1f794f237666 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 790ee2b618b28cd79afd9f7cca635cf51548f3f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:53:45 +0000 Subject: [PATCH 22/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 0adc154 (#149) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 8d02497..2a7dcb8 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:35857b8f703d63873b2e08d84bf5919acf964c90f42e48e9273f1f794f237666 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:0adc154a44ca1ec65aa810aced37ee091b1fa3bb8e96fe67fba9568b0299c03c AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 5fd686d92c87c56b7c684c1b7e72c8361c28ca09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 15:52:07 +0000 Subject: [PATCH 23/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 3fa8d5e (#151) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 2a7dcb8..4d5f4fe 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:0adc154a44ca1ec65aa810aced37ee091b1fa3bb8e96fe67fba9568b0299c03c AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:3fa8d5eeed7d892bfb55c8bea3c99a4ff22f55ddc2cf0831ed04d040b94e5469 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 1f112d50567db0e22b7c0602fffa165dc66ddeb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 17:46:47 +0000 Subject: [PATCH 24/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 492ea30 (#153) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4d5f4fe..b9fd234 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:3fa8d5eeed7d892bfb55c8bea3c99a4ff22f55ddc2cf0831ed04d040b94e5469 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:492ea30acac80597303baba084a4947283b596cba2fd975ed5b88173278e6036 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 3cee08a8f7569a72e78d3d4c9fe1f861fd31f792 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 16:34:50 +0000 Subject: [PATCH 25/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 407cef5 (#155) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b9fd234..447b391 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:492ea30acac80597303baba084a4947283b596cba2fd975ed5b88173278e6036 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:407cef56d0e662e71a178ace350d32948387eea739df156b833b4043bc6e6381 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 5ceb2a71a95869d6f5181594fd08e5808b331c45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 13:01:49 +0000 Subject: [PATCH 26/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 8ae1e5f (#157) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 447b391..2b46869 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:407cef56d0e662e71a178ace350d32948387eea739df156b833b4043bc6e6381 AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:8ae1e5f2ad56e54619f8eb4af1c5a4369a4af750f0ce04bebbcfcfad43e60a2c AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From a8c8c14da1b95b05eafdc4867761845454d65e42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 13:01:20 +0000 Subject: [PATCH 27/28] chore(deps): update quay.io/fedora/fedora-bootc:42 docker digest to 5e140da (#159) Signed-off-by: Platform Engineering Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 2b46869..894db9d 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:42@sha256:8ae1e5f2ad56e54619f8eb4af1c5a4369a4af750f0ce04bebbcfcfad43e60a2c AS builder +FROM quay.io/fedora/fedora-bootc:42@sha256:5e140da7a2a2f58f41cfb28786a6c624a3acabb796dadd03f82ceba571245029 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-77e737a366 RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all From 5419916feec8aa46fc84e3414e1f79aaa8ecabc8 Mon Sep 17 00:00:00 2001 From: Kelly Shutt <10223024+CompPhy@users.noreply.github.com> Date: Sat, 27 Dec 2025 10:22:21 -0500 Subject: [PATCH 28/28] Update digest to latest. --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 2b1e9a8..7bbb708 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-bootc:43@sha256:b193a5166e08d74047c336b4161f6f6ecbca79ac7a238daeaad21a0d3a377a10 AS builder +FROM quay.io/fedora/fedora-bootc:43@sha256:2ea291797d86cf7c8c3f0e62a7993e247acc1dbd7ecc776608010c2684314618 AS builder # https://bugzilla.redhat.com/show_bug.cgi?id=2381864 RUN dnf upgrade -y --refresh RUN dnf install -y --exclude rootfiles @kde-desktop-environment @development-tools @container-management @system-tools @games; dnf clean all @@ -15,3 +15,4 @@ RUN dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-rele RUN dnf config-manager setopt fedora-cisco-openh264.enabled=1 RUN dnf install -y steam && dnf clean all RUN bootc container lint +