mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
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:
parent
fe922b8805
commit
ed95c4aa78
@ -1,9 +1,9 @@
|
|||||||
FROM quay.io/centos/centos:latest
|
FROM quay.io/centos/centos:stream8
|
||||||
|
|
||||||
RUN true \
|
RUN true \
|
||||||
&& yum -y install git make python3-pip \
|
&& dnf -y install git make python3-pip \
|
||||||
&& pip3 install jenkins-job-builder \
|
&& pip3 install jenkins-job-builder \
|
||||||
&& yum -y clean all \
|
&& dnf -y clean all \
|
||||||
&& true
|
&& true
|
||||||
|
|
||||||
ENV MAKE_TARGET=${MAKE_TARGET:-test}
|
ENV MAKE_TARGET=${MAKE_TARGET:-test}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
FROM quay.io/centos/centos:latest
|
FROM quay.io/centos/centos:stream8
|
||||||
|
|
||||||
RUN true \
|
RUN true \
|
||||||
&& yum -y install skopeo \
|
&& dnf -y install skopeo \
|
||||||
&& yum -y clean all \
|
&& dnf -y clean all \
|
||||||
&& true
|
&& true
|
||||||
|
|
||||||
ADD images.txt /opt/mirror/
|
ADD images.txt /opt/mirror/
|
||||||
|
Loading…
Reference in New Issue
Block a user