Add meta/execution-environment.yml to fix EE builds on UBI images (#1142)

ansible-builder builds fail with "No package matches 'openshift-clients'"
on UBI images because the openshift-clients RPM in bindep.txt requires
repos not available in standard UBI. This adds collection-level EE
metadata pointing to a minimal bindep file without openshift-clients,
while preserving the original bindep.txt for direct bindep usage.

Fixes #1141

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Christopher Brown
2026-07-06 20:23:53 +01:00
committed by GitHub
parent 6bb9cce51b
commit a80e2d067c
3 changed files with 7 additions and 0 deletions

1
meta/ee-bindep.txt Normal file
View File

@@ -0,0 +1 @@
kubernetes-client [platform:fedora]