mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
f7942edc6c
commit
a02b38ac27
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user