We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8930b commit 926dec1Copy full SHA for 926dec1
1 file changed
Dockerfile
@@ -93,5 +93,7 @@ fi
93
# tests to know we're doing upstream CI.
94
touch /usr/lib/.bootc-dev-stamp
95
# And test our own linting
96
+## Workaround for https://github.com/bootc-dev/bootc/issues/1546
97
+rm -rf /root/buildinfo
98
bootc container lint --fatal-warnings
99
EORUN
0 commit comments