1
0
Fork 0

Work around latest dnf5 not pulling gpg keys
All checks were successful
/ build-gnome (push) Successful in 13m27s
/ build-kde (push) Successful in 18m37s

Workaround for https://github.com/rpm-software-management/dnf5/issues/2134
This commit is contained in:
ver4a 2025-03-17 10:31:39 +01:00
parent 6f34e1897f
commit 7accbdd080
2 changed files with 6 additions and 0 deletions

View file

@ -13,6 +13,9 @@ FROM quay.io/fedora-ostree-desktops/silverblue:41
COPY --from=mpv-build /build/mpv-build/mpv/build/mpv /bin/mpv COPY --from=mpv-build /build/mpv-build/mpv/build/mpv /bin/mpv
# Temporary workaround for https://github.com/rpm-software-management/dnf5/issues/2134
RUN dnf5 -y downgrade dnf5-5.2.10.0
# dnf configuration has to be in effect during build # dnf configuration has to be in effect during build
COPY etc/dnf /etc/dnf COPY etc/dnf /etc/dnf

View file

@ -13,6 +13,9 @@ FROM quay.io/fedora-ostree-desktops/kinoite:41
COPY --from=mpv-build /build/mpv-build/mpv/build/mpv /bin/mpv COPY --from=mpv-build /build/mpv-build/mpv/build/mpv /bin/mpv
# Temporary workaround for https://github.com/rpm-software-management/dnf5/issues/2134
RUN dnf5 -y downgrade dnf5-5.2.10.0
# dnf configuration has to be in effect during build # dnf configuration has to be in effect during build
COPY etc/dnf /etc/dnf COPY etc/dnf /etc/dnf