Skip to content

Commit 88ba262

Browse files
authored
Merge pull request #386 from mbaldessari/example
Add small curl example for IIB
2 parents c120980 + 1226807 commit 88ba262

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/roles/iib_ci/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Run `ansible-playbook common/ansible/playbooks/iib-ci/lookup.yml` to see which I
77
openshift-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+
1013
Typically IIB are prerelease stuff that lives on some internal boxes. What these scripts do is fetch
1114
the IIB internally, mirror it to the registry inside the cluster, parse all the needed images and mirror
1215
those to the internal cluster registry and then set up the registries.conf files on all nodes so

0 commit comments

Comments
 (0)