Skip to content

Commit def648d

Browse files
committed
TEMP: temporarily use ostree from git main
Signed-off-by: ckyrouac <[email protected]>
1 parent c3bf2ad commit def648d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Dockerfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:42 to target
66
# Fedora instead.
77

8-
ARG base=quay.io/centos-bootc/centos-bootc:stream10
8+
ARG base=quay.io/fedora/fedora-bootc:43
99

1010
# This first image captures a snapshot of the source code,
1111
# note all the exclusions in .dockerignore.
@@ -113,5 +113,10 @@ touch /usr/lib/.bootc-dev-stamp
113113
# And test our own linting
114114
## Workaround for https://github.com/bootc-dev/bootc/issues/1546
115115
rm -rf /root/buildinfo
116-
bootc container lint --fatal-warnings
116+
117+
dnf -y install 'dnf5-command(copr)'
118+
dnf copr enable -y @CoreOS/continuous
119+
dnf -y update ostree
120+
121+
# bootc container lint --fatal-warnings
117122
EORUN

0 commit comments

Comments
 (0)