Files
kayobe/releasenotes/notes/fix-empty-registry-bug.yaml
Doug Szumski 8f0c9a7ec7 Fix image registry conditional
`kolla_docker_registry` evaluates to an empty string if neither
a docker or podman registry are configured. This leads to broken
behaviour if an image build is attempted with a regex specified.

Closes-bug: #2112646

Change-Id: I4548410d533731138de02780dc8b2013e71730d0
2025-06-06 15:05:28 +01:00

6 lines
163 B
YAML

---
fixes:
- |
Fixes an issue building images with a regex when no image registry is set
`LP#2112646 <https://bugs.launchpad.net/kayobe/+bug/2112646>`__