ci: use CentOS Stream 9 for Jenkins Jobs Builder image

CentOS Stream 8 does not provide a module named 'dataclasses'. It seems
current versions of Jenkins Jobs Builder require that. Python 3.7
offers the module by default, so using a new base distribution with
Python 3.9 has the module too.

See-also: #3909
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2023-06-21 09:06:51 +02:00 committed by mergify[bot]
parent f7942edc6c
commit a02b38ac27

View File

@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream8
FROM quay.io/centos/centos:stream9
RUN true \
&& dnf -y install git make python3-pip \