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 3
3
# use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:41 to target
4
4
# Fedora instead.
5
5
6
- ARG base=quay.io/centos-bootc/centos-bootc:stream9
6
+ ARG base=quay.io/centos-bootc/centos-bootc:stream10
7
7
8
8
FROM scratch as src
9
9
COPY . /src
@@ -23,6 +23,8 @@ case $ID in
23
23
centos|rhel) dnf config-manager --set-enabled crb;;
24
24
fedora) dnf -y install dnf-utils 'dnf5-command(builddep)' ;;
25
25
esac
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
26
28
dnf -y builddep /tmp/bootc.spec
27
29
# Extra dependencies
28
30
dnf -y install git-core
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ similar-asserts = { workspace = true }
63
63
static_assertions = { workspace = true }
64
64
65
65
[features ]
66
- default = [" install-to-disk" ]
66
+ default = [" install-to-disk" , " ostree-2025-3 " ]
67
67
# This feature enables `bootc install to-disk`, which is considered just a "demo"
68
68
# or reference installer; we expect most nontrivial use cases to be using
69
69
# `bootc install to-filesystem`.
You can’t perform that action at this time.
0 commit comments