File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
steps :
49
49
- uses : actions/checkout@v4
50
50
- 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 .
52
52
- name : Container integration
53
53
run : sudo podman run --rm localhost/bootc bootc-integration-tests container
54
54
cargo-deny :
Original file line number Diff line number Diff line change 1
1
# 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
3
3
# Fedora instead.
4
4
#
5
5
# You can also generate an image with cloud-init and other dependencies
Original file line number Diff line number Diff line change 1
1
# 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
3
3
# Fedora instead.
4
4
#
5
5
# You can also generate an image with cloud-init and other dependencies
You can’t perform that action at this time.
0 commit comments