system-config/zuul.d/docker-images/refstack.yaml
Clark Boylan 00c098bcad Bump refstack to Bookworm and python3.11
Refstack doesn't rely on much in the base operating system as far as I
can tell. That said refstack seems to test with python3.10 and not 3.11
so this may not work, but our testing should give us a good idea. Bump
these things up as we are updating all the services we can in order to
eventually cleanup image builds for old debian and old python.

Change-Id: Id39027691484e8f81bd097c174f0a4a1e81463af
2023-09-19 10:22:56 -07:00

33 lines
1.0 KiB
YAML

# Refstack jobs
- job:
name: system-config-build-image-refstack
description: Build a refstack image.
parent: system-config-build-image
requires: &refstack_requires
- python-base-3.11-bookworm-container-image
- python-builder-3.11-bookworm-container-image
provides: refstack-container-image
vars: &refstack_vars
docker_images:
- context: docker/refstack
target: refstack
repository: opendevorg/refstack
# Duplicate in the run-refstack job
files: &refstack_files
- docker/refstack/.*
- job:
name: system-config-upload-image-refstack
description: Build and upload a refstack image.
parent: system-config-upload-image
requires: *refstack_requires
provides: refstack-container-image
vars: *refstack_vars
files: *refstack_files
- job:
name: system-config-promote-image-refstack
description: Promote a previously published refstack image to latest.
parent: system-config-promote-image
vars: *refstack_vars
files: *refstack_files