diff --git a/Containerfile b/Containerfile index 0a7787a64..22381a884 100644 --- a/Containerfile +++ b/Containerfile @@ -50,3 +50,5 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \ --mount=type=bind,from=ctx,source=/,target=/ctx \ --mount=type=secret,id=GITHUB_TOKEN \ /ctx/build_files/shared/build-dx.sh + +RUN bootc container lint diff --git a/build_files/shared/build-base.sh b/build_files/shared/build-base.sh index b18fa39b5..1bc9fe47e 100755 --- a/build_files/shared/build-base.sh +++ b/build_files/shared/build-base.sh @@ -67,5 +67,4 @@ echo "::group:: Cleanup" /ctx/build_files/shared/clean-stage.sh mkdir -p /var/tmp && chmod -R 1777 /var/tmp -bootc container lint echo "::endgroup::" diff --git a/build_files/shared/build-dx.sh b/build_files/shared/build-dx.sh index 260e36a21..b7d220bca 100755 --- a/build_files/shared/build-dx.sh +++ b/build_files/shared/build-dx.sh @@ -56,7 +56,6 @@ echo "Variant=Developer Experience" >> /usr/share/kde-settings/kde-profile/defau # Clean Up echo "::group:: Cleanup" -bootc container lint /ctx/build_files/shared/clean-stage.sh mkdir -p /var/tmp && \ chmod -R 1777 /var/tmp