build: Use lint --fatal-warnings
We want to have clean images so opt in to fatal warnings.
This commit is contained in:
parent
6384cd6427
commit
0ff94b1b16
|
|
@ -14,5 +14,5 @@ set -xeuo pipefail
|
||||||
# Cleanup
|
# Cleanup
|
||||||
/usr/share/doc/bootc-image-standard/stage-clean
|
/usr/share/doc/bootc-image-standard/stage-clean
|
||||||
# And lint.
|
# And lint.
|
||||||
bootc container lint
|
bootc container lint --fatal-warnings
|
||||||
EORUN
|
EORUN
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue