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:
parent
6042578cb4
commit
a64cfe38d5
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user