Update lodgeit to use podman to build its container image

This is largely being done to make lodgeit sync up with system-config's
approach to image building. The plan in system-config is that when we
move images to quay we will build those images with podman as podman is
registry mirror aware. This enables speculative image testing even with
image build deps.

Change-Id: Ia8df7e2bcceb922cbe937de40caf927fcd7a1941
This commit is contained in:
Clark Boylan 2025-04-22 13:00:23 -07:00
parent 1cfc6c3758
commit 9a1c304549

View File

@ -29,7 +29,7 @@
zuul_work_dir: src/opendev.org/opendev/lodgeit
promote_container_image_method: intermediate-registry
promote_container_image_job: lodgeit-upload-opendev-image
container_command: docker
container_command: podman
container_images:
- context: .
registry: quay.io