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