From cb99cf5c95fb63e346bc8a366aec2fc810f7ef3a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 3 Feb 2025 11:18:46 -0500 Subject: [PATCH] ci: Bump Fedora to 41 For newer ostree Signed-off-by: Colin Walters --- .github/workflows/ci.yml | 2 +- hack/Containerfile | 2 +- tests/containerfiles/lbi/Containerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48f5e050..39eb04d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build container (fedora) - run: sudo podman build --build-arg=base=quay.io/fedora/fedora-bootc:40 -t localhost/bootc -f hack/Containerfile . + run: sudo podman build --build-arg=base=quay.io/fedora/fedora-bootc:41 -t localhost/bootc -f hack/Containerfile . - name: Container integration run: sudo podman run --rm localhost/bootc bootc-integration-tests container cargo-deny: diff --git a/hack/Containerfile b/hack/Containerfile index f773174a..61783845 100644 --- a/hack/Containerfile +++ b/hack/Containerfile @@ -1,5 +1,5 @@ # Build bootc from the current git into a c9s-bootc container image. -# Use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:40 to target +# Use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:41 to target # Fedora instead. # # You can also generate an image with cloud-init and other dependencies diff --git a/tests/containerfiles/lbi/Containerfile b/tests/containerfiles/lbi/Containerfile index 4cb51ec4..5e860604 100644 --- a/tests/containerfiles/lbi/Containerfile +++ b/tests/containerfiles/lbi/Containerfile @@ -1,5 +1,5 @@ # Build bootc from the current git into a c9s-bootc container image. -# Use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:40 to target +# Use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:41 to target # Fedora instead. # # You can also generate an image with cloud-init and other dependencies