system-config/zuul.d/docker-images/hound.yaml
James E. Blair 55abbf33bf Update hound image to bookworm
Change-Id: I51b8630b27149aa96c63d13d6fae240c5c81cd96
2023-08-24 11:31:46 -07:00

30 lines
876 B
YAML

# Hound jobs
- job:
name: system-config-build-image-hound
description: Build a hound image.
requires: python-base-3.11-bookworm-container-image
provides: hound-container-image
parent: system-config-build-image
vars: &hound_vars
docker_images:
- context: docker/hound
repository: opendevorg/hound
files: &hound_files
- docker/hound/
- job:
name: system-config-upload-image-hound
description: Build and upload a hound image.
requires: python-base-3.11-bookworm-container-image
provides: hound-container-image
parent: system-config-upload-image
vars: *hound_vars
files: *hound_files
- job:
name: system-config-promote-image-hound
description: Promote a previously published hound image to latest.
parent: system-config-promote-image
vars: *hound_vars
files: *hound_files