Files
system-config/zuul.d/docker-images/eavesdrop.yaml
Clark Boylan 8ea06372e1 Reapply "Move system-config irc bots into quay.io"
This reverts commit 8ccab5e967.

We reverted this change originally due to problems discovered with
docker pulling images from locations other than docker hub. The
eavesdrop server has since been updated to Ubuntu Noble and runs the
containers with podman which has no issues with alternative image
locations. Switch back to publishing the containers on quay.io.

Note this change revers the old change but does make some slight edits
to resolve conflicts around python base image versions.

Change-Id: Ic3a7d59f0ba57e93fca2dff800f1b490daab8f14
2025-08-06 09:15:42 -07:00

37 lines
1.4 KiB
YAML

# matrix-eavesdrop jobs
- job:
name: system-config-build-image-matrix-eavesdrop
description: Build a matrix-eavesdrop image.
parent: system-config-build-container-image
requires: &matrix-eavesdrop_requires
- python-base-3.12-bookworm-container-image
- python-builder-3.12-bookworm-container-image
provides: matrix-eavesdrop-container-image
vars: &matrix-eavesdrop_vars
promote_container_image_job: system-config-upload-image-matrix-eavesdrop
container_images:
- context: docker/matrix-eavesdrop
registry: quay.io
repository: quay.io/opendevorg/matrix-eavesdrop
namespace: opendevorg
repo_shortname: matrix-eavesdrop
repo_description: A matrix log collection bot.
files: &matrix-eavesdrop_files
- docker/matrix-eavesdrop/.*
- job:
name: system-config-upload-image-matrix-eavesdrop
description: Build and upload a matrix-eavesdrop image.
parent: system-config-upload-container-image
requires: *matrix-eavesdrop_requires
provides: matrix-eavesdrop-container-image
vars: *matrix-eavesdrop_vars
files: *matrix-eavesdrop_files
- job:
name: system-config-promote-image-matrix-eavesdrop
description: Promote a previously published matrix-eavesdrop image to latest.
parent: system-config-promote-container-image
vars: *matrix-eavesdrop_vars
files: *matrix-eavesdrop_files