We've been building bookworm images for a while and they have served us well. Add corresponding trixie python images for python3.11 and python3.12 that we can move over to eventually replacing bookworm for our python container base OS. Change-Id: I3d2bfb490f03cd650ea3dbba1bbd566b50489309
207 lines
7.6 KiB
YAML
207 lines
7.6 KiB
YAML
# python-builder-3.11-trixie jobs
|
|
- job:
|
|
name: system-config-build-image-python-builder-3.11-trixie
|
|
description: Build a python-builder-3.11-trixie image.
|
|
parent: system-config-build-container-image
|
|
timeout: 3600
|
|
provides:
|
|
- python-builder-container-image
|
|
- python-builder-3.11-trixie-container-image
|
|
vars: &python-builder_3_11_trixie_vars
|
|
promote_container_image_job: system-config-upload-image-python-builder-3.11-trixie
|
|
container_command: docker
|
|
container_images:
|
|
- context: docker/python-builder
|
|
registry: quay.io
|
|
repository: quay.io/opendevorg/python-builder
|
|
namespace: opendevorg
|
|
repo_shortname: python-builder
|
|
repo_description: Python builder image for smaller prod python images.
|
|
tags:
|
|
- 3.11-trixie
|
|
arch:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
build_args:
|
|
- PYTHON_VERSION=3.11
|
|
- DEBIAN_VERSION=trixie
|
|
files: &python-builder_3_11_trixie_files
|
|
- docker/python-base/
|
|
- docker/python-builder/
|
|
- zuul.d/docker-images/python-3.11-trixie.yaml
|
|
|
|
- job:
|
|
name: system-config-upload-image-python-builder-3.11-trixie
|
|
description: Build and upload a python-builder-3.11-trixie image.
|
|
parent: system-config-upload-container-image
|
|
timeout: 3600
|
|
provides:
|
|
- python-builder-container-image
|
|
- python-builder-3.11-trixie-container-image
|
|
vars: *python-builder_3_11_trixie_vars
|
|
files: *python-builder_3_11_trixie_files
|
|
|
|
- job:
|
|
name: system-config-promote-image-python-builder-3.11-trixie
|
|
description: Promote a previously published python-builder-3.11-trixie image to latest.
|
|
parent: system-config-promote-container-image
|
|
vars: *python-builder_3_11_trixie_vars
|
|
files: *python-builder_3_11_trixie_files
|
|
|
|
# python-base-3.11-trixie jobs
|
|
- job:
|
|
name: system-config-build-image-python-base-3.11-trixie
|
|
description: Build a python-base-3.11-trixie image.
|
|
parent: system-config-build-container-image
|
|
timeout: 3600
|
|
provides:
|
|
- python-base-container-image
|
|
- python-base-3.11-trixie-container-image
|
|
vars: &python-base_3_11_trixie_vars
|
|
promote_container_image_job: system-config-upload-image-python-base-3.11-trixie
|
|
container_command: docker
|
|
container_images:
|
|
- context: docker/python-base
|
|
registry: quay.io
|
|
repository: quay.io/opendevorg/python-base
|
|
namespace: opendevorg
|
|
repo_shortname: python-base
|
|
repo_description: Minimal python production image.
|
|
tags:
|
|
- 3.11-trixie
|
|
arch:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
build_args:
|
|
- PYTHON_VERSION=3.11
|
|
- DEBIAN_VERSION=trixie
|
|
files: &python-base_3_11_trixie_files
|
|
- docker/python-base/
|
|
- docker/python-builder/
|
|
- zuul.d/docker-images/python-3.11-trixie.yaml
|
|
|
|
- job:
|
|
name: system-config-upload-image-python-base-3.11-trixie
|
|
description: Build and upload a python-base-3.11-trixie image.
|
|
parent: system-config-upload-container-image
|
|
timeout: 3600
|
|
provides: python-base-3.11-trixie-container-image
|
|
vars: *python-base_3_11_trixie_vars
|
|
files: *python-base_3_11_trixie_files
|
|
|
|
- job:
|
|
name: system-config-promote-image-python-base-3.11-trixie
|
|
description: Promote a previously published python-base-3.11-trixie image to latest.
|
|
parent: system-config-promote-container-image
|
|
vars: *python-base_3_11_trixie_vars
|
|
files: *python-base_3_11_trixie_files
|
|
|
|
# python-base-3.11-trixie-debug jobs
|
|
- job:
|
|
name: system-config-build-image-python-base-3.11-trixie-debug
|
|
description: Build a python-base-3.11-trixie debug image.
|
|
parent: system-config-build-container-image
|
|
timeout: 3600
|
|
provides:
|
|
- python-base-3.11-trixie-debug-container-image
|
|
vars: &python-base_3_11_trixie_debug_vars
|
|
promote_container_image_job: system-config-upload-image-python-base-3.11-trixie-debug
|
|
container_command: docker
|
|
container_images:
|
|
- context: docker/python-base
|
|
registry: quay.io
|
|
repository: quay.io/opendevorg/python-base
|
|
namespace: opendevorg
|
|
repo_shortname: python-base
|
|
repo_description: Minimal python production image.
|
|
tags:
|
|
- 3.11-trixie-debug
|
|
arch:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
build_args:
|
|
- PYTHON_VERSION=3.11
|
|
- DEBIAN_VERSION=trixie
|
|
# Blank here means not the default of "slim-"
|
|
- IMAGE_FLAVOR=
|
|
files: &python-base_3_11_trixie_debug_files
|
|
- docker/python-base/
|
|
- docker/python-builder/
|
|
- zuul.d/docker-images/python-3.11-trixie.yaml
|
|
|
|
- job:
|
|
name: system-config-upload-image-python-base-3.11-trixie-debug
|
|
description: Build and upload a python-base-3.11-trixie debug image.
|
|
parent: system-config-upload-container-image
|
|
timeout: 3600
|
|
provides: python-base-3.11-trixie-debug-container-image
|
|
vars: *python-base_3_11_trixie_debug_vars
|
|
files: *python-base_3_11_trixie_debug_files
|
|
|
|
- job:
|
|
name: system-config-promote-image-python-base-3.11-trixie-debug
|
|
description: Promote a previously published python-base-3.11-trixie debug image to latest.
|
|
parent: system-config-promote-container-image
|
|
vars: *python-base_3_11_trixie_debug_vars
|
|
files: *python-base_3_11_trixie_debug_files
|
|
|
|
# uwsgi-base-3.11-trixie jobs
|
|
- job:
|
|
name: system-config-build-image-uwsgi-base-3.11-trixie
|
|
description: Build a uwsgi-base-3.11-trixie image.
|
|
parent: system-config-build-container-image
|
|
timeout: 3600
|
|
requires: &uwsgi-base_3_11_trixie_requires
|
|
- python-base-3.11-trixie-container-image
|
|
- python-builder-3.11-trixie-container-image
|
|
provides: uwsgi-base-3.11-trixie-container-image
|
|
dependencies:
|
|
- name: system-config-build-image-python-base-3.11-trixie
|
|
soft: true
|
|
- name: system-config-build-image-python-builder-3.11-trixie
|
|
soft: true
|
|
vars: &uwsgi-base_3_11_trixie_vars
|
|
promote_container_image_job: system-config-upload-image-uwsgi-base-3.11-trixie
|
|
container_command: docker
|
|
container_images:
|
|
- context: docker/uwsgi-base
|
|
registry: quay.io
|
|
repository: quay.io/opendevorg/uwsgi-base
|
|
namespace: opendevorg
|
|
repo_shortname: uwsgi-base
|
|
repo_description: Minimal UWSGI production image.
|
|
tags:
|
|
- 3.11-trixie
|
|
arch:
|
|
- linux/amd64
|
|
build_args:
|
|
- PYTHON_VERSION=3.11
|
|
- DEBIAN_VERSION=trixie
|
|
files: &uwsgi-base_3_11_trixie_files
|
|
- docker/python-base/
|
|
- docker/python-builder/
|
|
- docker/uwsgi-base/
|
|
- zuul.d/docker-images/python-3.11-trixie.yaml
|
|
|
|
- job:
|
|
name: system-config-upload-image-uwsgi-base-3.11-trixie
|
|
description: Build and upload a uwsgi-base-3.11-trixie image.
|
|
parent: system-config-upload-container-image
|
|
timeout: 3600
|
|
provides: uwsgi-base-3.11-trixie-container-image
|
|
requires: *uwsgi-base_3_11_trixie_requires
|
|
dependencies:
|
|
- name: system-config-upload-image-python-base-3.11-trixie
|
|
soft: true
|
|
- name: system-config-upload-image-python-builder-3.11-trixie
|
|
soft: true
|
|
vars: *uwsgi-base_3_11_trixie_vars
|
|
files: *uwsgi-base_3_11_trixie_files
|
|
|
|
- job:
|
|
name: system-config-promote-image-uwsgi-base-3.11-trixie
|
|
description: Promote a previously published uwsgi-base-3.11-trixie image to latest.
|
|
parent: system-config-promote-container-image
|
|
vars: *uwsgi-base_3_11_trixie_vars
|
|
files: *uwsgi-base_3_11_trixie_files
|