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 ae8930b commit ded6023Copy full SHA for ded6023
hack/Containerfile
@@ -17,5 +17,7 @@ install -D -t /usr/lib/bootc/kargs.d /run/context/hack/test-kargs/*
17
# Also copy in some default install configs we use for testing
18
install -D -t /usr/lib/bootc/install/ /run/context/hack/install-test-configs/*
19
# Finally, test our own linting
20
+## Workaround for https://github.com/bootc-dev/bootc/issues/1546
21
+rm /root/buildinfo -rf
22
bootc container lint --fatal-warnings
23
EORUN
0 commit comments