From f655cc8396c1b76b72f8854da47e3c9ac9fdea67 Mon Sep 17 00:00:00 2001 From: James Reilly Date: Sat, 21 Dec 2024 23:29:10 +0530 Subject: [PATCH] we should fail if bootc lint fails --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 3aefcd9..efe6677 100644 --- a/Containerfile +++ b/Containerfile @@ -10,4 +10,4 @@ RUN chmod +x /tmp/build.sh &&\ ostree container commit # Just gotta get this green! -RUN bootc container lint || exit 0 +RUN bootc container lint