CI: Fix centos stream container

Use the way suggested by https://www.centos.org/centos-stream/

Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
Gris Ge 2021-05-18 07:18:01 +08:00
parent 4831c2d456
commit 9df988cb9d

View File

@ -1,7 +1,6 @@
FROM docker.io/library/centos:8
FROM quay.io/centos/centos:stream8
RUN dnf install -y centos-release-stream && \
dnf update -y && \
RUN dnf update -y && \
dnf -y install dnf-plugins-core epel-release && \
dnf config-manager --set-enabled powertools && \
dnf copr enable nmstate/ovs-el8 -y && \