Upgrade breaks

The reason is that RHEL 10.1 has been released but Almalinux is still on 10.0.
Keep packages in the image on the existing versions and let the Almalinux team make a new image when 10.1 is ready.
This commit is contained in:
Anders Rytter Hansen 2025-11-12 10:15:57 -03:00
commit 14781c8677

View file

@ -5,8 +5,6 @@ ADD "https://copr.fedorainfracloud.org/api_3/build/list?ownername=andersrh&proje
COPY repo/*.repo /etc/yum.repos.d/
RUN dnf upgrade -y
RUN dnf install -y $( \
dnf list --available kernel\* --disablerepo='*' --enablerepo=my-ostree-os-rhel-epel 2>/dev/null \
| grep 'andersdsrhcustom' \