CI: Use NM 1.30 for NM stable testing

Use NM 1.30 for testing against NM stable version.

Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
Gris Ge 2021-04-22 13:40:43 +08:00 committed by Fernando Fernández Mancera
parent 6042578cb4
commit a64cfe38d5
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM docker.io/library/centos:8
RUN dnf -y install dnf-plugins-core epel-release && \
dnf config-manager --set-enabled powertools && \
dnf copr enable nmstate/ovs-el8 -y && \
dnf copr enable networkmanager/NetworkManager-1.26 -y && \
dnf copr enable networkmanager/NetworkManager-1.30 -y && \
dnf copr enable nmstate/nispor -y && \
dnf -y install --setopt=install_weak_deps=False \
NetworkManager \

View File

@ -1,7 +1,7 @@
FROM docker.io/library/fedora:32
RUN dnf -y install dnf-plugins-core && \
dnf copr enable networkmanager/NetworkManager-1.26 -y && \
dnf copr enable networkmanager/NetworkManager-1.30 -y && \
dnf copr enable nmstate/nispor -y && \
dnf -y install --setopt=install_weak_deps=False \
NetworkManager \