File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Run `ansible-playbook common/ansible/playbooks/iib-ci/lookup.yml` to see which I
77openshift-gitops). If you want to look up IIBs for a different operator run:
88` ansible-playbook -e operator=acm-operator common/ansible/playbooks/iib-ci/lookup.yml `
99
10+ You can also try running curl manually via:
11+ ` curl -sSL "https://datagrepper.engineering.redhat.com/raw?topic=/topic/VirtualTopic.eng.ci.redhat-container-image.index.built&delta=15780000&contains=acm-operator" | jq ".raw_messages[].msg" `
12+
1013Typically IIB are prerelease stuff that lives on some internal boxes. What these scripts do is fetch
1114the IIB internally, mirror it to the registry inside the cluster, parse all the needed images and mirror
1215those to the internal cluster registry and then set up the registries.conf files on all nodes so
You can’t perform that action at this time.
0 commit comments