From 0ff94b1b16c54cf904b540aeb180c1173b5a2b14 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 12 Feb 2025 15:15:16 -0500 Subject: [PATCH] build: Use lint --fatal-warnings We want to have clean images so opt in to fatal warnings. --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0341637..8a744a2 100644 --- a/Containerfile +++ b/Containerfile @@ -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