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
|
||||
/usr/share/doc/bootc-image-standard/stage-clean
|
||||
# And lint.
|
||||
bootc container lint
|
||||
bootc container lint --fatal-warnings
|
||||
EORUN
|
||||
|
|
|
|||
Loading…
Reference in New Issue