We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bf2ad commit def648dCopy full SHA for def648d
Dockerfile
@@ -5,7 +5,7 @@
5
# Use e.g. --build-arg=base=quay.io/fedora/fedora-bootc:42 to target
6
# Fedora instead.
7
8
-ARG base=quay.io/centos-bootc/centos-bootc:stream10
+ARG base=quay.io/fedora/fedora-bootc:43
9
10
# This first image captures a snapshot of the source code,
11
# note all the exclusions in .dockerignore.
@@ -113,5 +113,10 @@ touch /usr/lib/.bootc-dev-stamp
113
# And test our own linting
114
## Workaround for https://github.com/bootc-dev/bootc/issues/1546
115
rm -rf /root/buildinfo
116
-bootc container lint --fatal-warnings
+
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
122
EORUN
0 commit comments