ci: use CentOS Stream 8 for infra containers

The container images for Jenkins Job Builder and mirroring images were
still using the EOL CentOS 8 base image. Rebuilding those
container-images fails as the CentOS mirrors do not provide the
repositories for installing package anymore.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2022-02-03 16:26:53 +01:00 committed by mergify[bot]
parent fe922b8805
commit ed95c4aa78
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
FROM quay.io/centos/centos:latest
FROM quay.io/centos/centos:stream8
RUN true \
&& yum -y install git make python3-pip \
&& dnf -y install git make python3-pip \
&& pip3 install jenkins-job-builder \
&& yum -y clean all \
&& dnf -y clean all \
&& true
ENV MAKE_TARGET=${MAKE_TARGET:-test}

View File

@ -1,8 +1,8 @@
FROM quay.io/centos/centos:latest
FROM quay.io/centos/centos:stream8
RUN true \
&& yum -y install skopeo \
&& yum -y clean all \
&& dnf -y install skopeo \
&& dnf -y clean all \
&& true
ADD images.txt /opt/mirror/