File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments