File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33# use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:41 to target
44# Fedora instead.
55
6- ARG base=quay.io/centos-bootc/centos-bootc:stream9
6+ ARG base=quay.io/centos-bootc/centos-bootc:stream10
77
88FROM scratch as src
99COPY . /src
@@ -23,6 +23,8 @@ case $ID in
2323 centos|rhel) dnf config-manager --set-enabled crb;;
2424 fedora) dnf -y install dnf-utils 'dnf5-command(builddep)' ;;
2525esac
26+ # Hot patch
27+ dnf -y install https://kojihub.stream.centos.org/kojifiles/packages/ostree/2025.3/1.el10/$(arch)/ostree-{libs-,devel-,}2025.3-1.el10.$(arch).rpm
2628dnf -y builddep /tmp/bootc.spec
2729# Extra dependencies
2830dnf -y install git-core
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ similar-asserts = { workspace = true }
6363static_assertions = { workspace = true }
6464
6565[features ]
66- default = [" install-to-disk" ]
66+ default = [" install-to-disk" , " ostree-2025-3 " ]
6767# This feature enables `bootc install to-disk`, which is considered just a "demo"
6868# or reference installer; we expect most nontrivial use cases to be using
6969# `bootc install to-filesystem`.
You can’t perform that action at this time.
0 commit comments