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:
parent
4831c2d456
commit
9df988cb9d
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user