17ba858b19
To do this we also update jinja-init to bullseye and gitea seems to be the only user of this image. The impact of this should be fairly self contained to gitea. Note this update isn't urgent, but good hygiene. We should coordinate this update with the 1.15.x gitea upgrade and do them in such a sequence that we can identify problems easily if they pop up. Change-Id: Ia0075416a1d8a067cfecd26c03f8db9641cbcb89
32 lines
1021 B
YAML
32 lines
1021 B
YAML
# Jinja-init jobs
|
|
- job:
|
|
name: system-config-build-image-jinja-init
|
|
description: Build a jinja-init image.
|
|
parent: system-config-build-image
|
|
requires: python-base-3.9-bullseye-container-image
|
|
provides: jinja-init-container-image
|
|
vars: &jinja-init_vars
|
|
docker_images:
|
|
- context: docker/jinja-init
|
|
target: jinja-init
|
|
repository: opendevorg/jinja-init
|
|
files: &jinja-init_files
|
|
- docker/jinja-init/
|
|
- docker/python-base/
|
|
|
|
- job:
|
|
name: system-config-upload-image-jinja-init
|
|
description: Build and upload a jinja-init image.
|
|
parent: system-config-upload-image
|
|
requires: python-base-3.9-bullseye-container-image
|
|
provides: jinja-init-container-image
|
|
vars: *jinja-init_vars
|
|
files: *jinja-init_files
|
|
|
|
- job:
|
|
name: system-config-promote-image-jinja-init
|
|
description: Promote a previously published jinja-init image to latest.
|
|
parent: system-config-promote-image
|
|
vars: *jinja-init_vars
|
|
files: *jinja-init_files
|