Commit 1a458e3
Fix opm render failure due to v1-format registries.conf
Recent versions of the containers/image library (used by opm) now
hard-error on v1-format registries.conf instead of silently converting
it. GitHub Actions ubuntu-latest runners ship with a v1-format config
at /etc/containers/registries.conf, breaking the "Create index image"
step for all operators using this reusable workflow.
Set CONTAINERS_REGISTRIES_CONF=/dev/null for the opm steps. This is
safe because opm render pulls by fully-qualified image reference and
does not need local registry aliasing.
See also: operator-framework/operator-lifecycle-manager#3839
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 98b4af3 commit 1a458e3
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
301 | 305 | | |
302 | 306 | | |
303 | 307 | | |
| |||
0 commit comments