2424 Pull spec for the public repository mirror index image.
2525 Example: registry.redhat.io/redhat/community-operator-index
2626
27- - name : public_repository_mirrors_with_version
28- description : >-
29- All known supported public repository mirror pull specs with version tag (space separated).
30- Example:
31- registry.redhat.io/redhat/community-operator-index:v4.13
32- registry.redhat.io/redhat/community-operator-index:v4.14
33-
3427 - name : pending_repository
3528 description : >-
3629 Known supported pending repository pull spec.
5144 Example:
5245 quay.io/redhat/redhat----community-operator-index
5346
54- - name : repositories_with_version
55- description : >-
56- All known supported repository urls with version tag (space separated).
57- Example:
58- quay.io/redhat/redhat----community-operator-index:v4.13
59- quay.io/redhat/redhat----community-operator-index:v4.14
60-
6147 - name : indices_ocp_versions
6248 description : >-
6349 All known supported OCP versions (space separated).
@@ -110,13 +96,6 @@ spec:
11096 | tee $(results.public_repository_mirror.path)
11197 echo
11298
113- echo "All supported public repository mirror pull specs with version:"
114- echo $VERSION_INFO \
115- | jq -r '.indices | map(.public_repository_mirror_with_version) | join(" ")' \
116- | tr -d '\n\r' \
117- | tee $(results.public_repository_mirrors_with_version.path)
118- echo
119-
12099 echo "Supported pending repository pull spec:"
121100 echo $VERSION_INFO \
122101 | jq -r '.indices[0].pending_repository' \
@@ -138,13 +117,6 @@ spec:
138117 | tee $(results.repository.path)
139118 echo
140119
141- echo "All supported repository urls with version:"
142- echo $VERSION_INFO \
143- | jq -r '.indices | map(.repository_with_version) | join(" ")' \
144- | tr -d '\n\r' \
145- | tee $(results.repositories_with_version.path)
146- echo
147-
148120 echo "All supported OCP versions:"
149121 echo $VERSION_INFO \
150122 | jq -r '.indices | map(.ocp_version) | join(" ")' \
0 commit comments