From e6d528e7646f30346ac85d2f1f2e77609c989b20 Mon Sep 17 00:00:00 2001 From: TheCodeLamp <12064217+TheCodeLamp@users.noreply.github.com> Date: Sun, 13 Sep 2026 10:54:48 +0200 Subject: [PATCH] Make lints fatal --- Containerfile.base | 2 +- Containerfile.desktop | 2 +- Containerfile.laptop | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Containerfile.base b/Containerfile.base index 37002c9..37bddf1 100644 --- a/Containerfile.base +++ b/Containerfile.base @@ -20,4 +20,4 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ /ctx/clean-base.sh -RUN bootc container lint +RUN bootc container lint --fatal-warnings --skip nonempty-run-tmp diff --git a/Containerfile.desktop b/Containerfile.desktop index 7ed26db..1f866f5 100644 --- a/Containerfile.desktop +++ b/Containerfile.desktop @@ -30,4 +30,4 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ /ctx/clean-desktop.sh -RUN bootc container lint +RUN bootc container lint --fatal-warnings --skip nonempty-run-tmp diff --git a/Containerfile.laptop b/Containerfile.laptop index f20cb60..b05f0fc 100644 --- a/Containerfile.laptop +++ b/Containerfile.laptop @@ -43,5 +43,4 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ /ctx/clean-laptop.sh -RUN bootc container lint - +RUN bootc container lint --fatal-warnings --skip nonempty-run-tmp