Skip to content

Commit cb99cf5

Browse files
committed
ci: Bump Fedora to 41
For newer ostree Signed-off-by: Colin Walters <[email protected]>
1 parent ffc48c6 commit cb99cf5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v4
5050
- name: Build container (fedora)
51-
run: sudo podman build --build-arg=base=quay.io/fedora/fedora-bootc:40 -t localhost/bootc -f hack/Containerfile .
51+
run: sudo podman build --build-arg=base=quay.io/fedora/fedora-bootc:41 -t localhost/bootc -f hack/Containerfile .
5252
- name: Container integration
5353
run: sudo podman run --rm localhost/bootc bootc-integration-tests container
5454
cargo-deny:

hack/Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build bootc from the current git into a c9s-bootc container image.
2-
# Use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:40 to target
2+
# Use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:41 to target
33
# Fedora instead.
44
#
55
# You can also generate an image with cloud-init and other dependencies

tests/containerfiles/lbi/Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build bootc from the current git into a c9s-bootc container image.
2-
# Use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:40 to target
2+
# Use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:41 to target
33
# Fedora instead.
44
#
55
# You can also generate an image with cloud-init and other dependencies

0 commit comments

Comments
 (0)