AGENT-1193: Add operator images to OVE mirror imageset#1883
AGENT-1193: Add operator images to OVE mirror imageset#1883rwsu wants to merge 1 commit intoopenshift-metal3:masterfrom
Conversation
When AGENT_E2E_TEST_BOOT_MODE=ISO_NO_REGISTRY, append the operators section from the agent-iso-builder appliance-config.yaml to the oc-mirror imageset so operator images are included in the mirror and available to the appliance builder via --mirror-path. Uses podman cp to extract the config from the iso-builder container image (which has no shell or python3) and parses it with python3 on the host. Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@rwsu: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/retest-required |
When AGENT_E2E_TEST_BOOT_MODE=ISO_NO_REGISTRY, append the operators section from the agent-iso-builder appliance-config.yaml to the oc-mirror imageset so operator images are included in the mirror and available to the appliance builder via --mirror-path.
Uses podman cp to extract the config from the iso-builder container image (which has no shell or python3) and parses it with python3 on the host.
Assisted-by: Claude Sonnet 4.6 noreply@anthropic.com