2929 Pull spec for the public repository mirror index image.
3030 Example: registry.redhat.io/redhat/community-operator-index
3131
32- - name : public_repository_mirrors_with_version
33- description : >-
34- All known supported public repository mirror pull specs with version tag (space separated).
35- Example:
36- registry.redhat.io/redhat/community-operator-index:v4.13
37- registry.redhat.io/redhat/community-operator-index:v4.14
38-
3932 - name : pending_repository
4033 description : >-
4134 Known supported pending repository pull spec.
5649 Example:
5750 quay.io/redhat/redhat----community-operator-index
5851
59- - name : repositories_with_version
60- description : >-
61- All known supported repository urls with version tag (space separated).
62- Example:
63- quay.io/redhat/redhat----community-operator-index:v4.13
64- quay.io/redhat/redhat----community-operator-index:v4.14
65-
6652 - name : indices_ocp_versions
6753 description : >-
6854 All known supported OCP versions (space separated).
@@ -122,13 +108,6 @@ spec:
122108 | tee $(results.public_repository_mirror.path)
123109 echo
124110
125- echo "All supported public repository mirror pull specs with version:"
126- echo $VERSION_INFO \
127- | jq -r '.indices | map(.public_repository_mirror_with_version) | join(" ")' \
128- | tr -d '\n\r' \
129- | tee $(results.public_repository_mirrors_with_version.path)
130- echo
131-
132111 echo "Supported pending repository pull spec:"
133112 echo $VERSION_INFO \
134113 | jq -r '.indices[0].pending_repository' \
@@ -150,13 +129,6 @@ spec:
150129 | tee $(results.repository.path)
151130 echo
152131
153- echo "All supported repository urls with version:"
154- echo $VERSION_INFO \
155- | jq -r '.indices | map(.repository_with_version) | join(" ")' \
156- | tr -d '\n\r' \
157- | tee $(results.repositories_with_version.path)
158- echo
159-
160132 echo "All supported OCP versions:"
161133 echo $VERSION_INFO \
162134 | jq -r '.indices | map(.ocp_version) | join(" ")' \
0 commit comments