6 Commits

Author SHA1 Message Date
Clark Boylan
687d902c1e Convert container to Bookworm + Python3.11
This matches what Zuul and Nodepool are doing. Getting off the older
images will alos allow OpenDev to stop building them. We update the
unittest job to python 3.11 in the process to better cover what people
will deploy.

Change-Id: I906bc33eb60119ab7544d8c16a81cbcd0ed5e8fd
2023-09-21 08:13:56 -07:00
Clark Boylan
446107982e Revert "Pull OpenDev images from quay.io"
This reverts commit 5ad6931e08e14b7c201759c45a674d72699d1f9c.

OpenDev is moving back to docker.io to preserve speculative testing of
container images.

Depends-On: https://review.opendev.org/c/opendev/system-config/+/884256
Change-Id: I23286dcbfe18d52a28ce86fd216c8ecba796db98
2023-05-24 11:22:54 -07:00
Clark Boylan
5ad6931e08 Pull OpenDev images from quay.io
OpenDev is moving images to quay.io. This change updates zuul-clients's
use of those images to match. The depends on will ensure we don't merge
this before the move has occurred.

Depends-On: https://review.opendev.org/c/opendev/system-config/+/881932
Change-Id: Ice22a372a9ee970889786a1d50584fc5f2cf7716
2023-05-05 11:48:50 -07:00
Clark Boylan
aca007e908 Update docker images to python 3.10
We do this for two reasons. The first is that Zuul proper has shown
python 3.10 is a bit quicker than 3.8 and we should take advantage of
that. The second is OpenDev would like to drop image builds for python
3.8 to make room for the upcoming release of python 3.11.

Note we add python 3.10 testing to ensure we don't regress the images by
making this change.

Change-Id: I3630c376cef775ce622618bf5f6e59cf62c4f492
2022-10-14 15:23:17 -07:00
Clark Boylan
074f2d9d55 Update the zuul client docker image to bullseye
Bullseye has been out for a bit now and buster has a shelf life. Update
to bullseye to keep up with the debian releases.

Change-Id: Ib4c0fea0da33352009ab15c44891824466a78954
2021-12-09 15:32:55 -08:00
Matthieu Huin
e79f1e2539 Add Dockerfile
Add a Dockerfile that creates a container for the CLI.

Add a docker image build job in check and gate pipelines.
Add jobs for image promotion and release as well.

Change-Id: I9f25c841d9c0d84e0f94429d41eba8b0d7464479
2020-11-06 10:29:03 -08:00