Revert "Updating desktop images to 44"

This reverts commit 7aeb946b6b.
This commit is contained in:
Ben Radey
2026-05-02 10:34:41 -04:00
parent 7aeb946b6b
commit ef6211c321
4 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -102,6 +102,7 @@ RUN test -f /usr/lib/sysusers.d/libvirt.conf || echo -e 'g libvirt 963' > /usr/l
# Any more than that means that dnf automatically added a new one, which is shady!
# Then: cleanup image for linting
# Finally: verify image is good
# FIXME - remove the `--skip nonempty-run-tmp` when it's no longer needed
RUN [[ 7 -eq $(rpm -qa gpg-pubkey* | wc -l) ]] && \
rm -rf /var /boot && mkdir /var /boot && \
bootc container lint --fatal-warnings
bootc container lint --fatal-warnings --skip nonempty-run-tmp