File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ entries:
1313 name : stable
1414 package : sandboxed-containers-operator
1515 schema : olm.channel
16- - image : registry.redhat.io/openshift-sandboxed-containers/osc-operator-bundle@sha256:83133d06c737feea53cc0fd28e05ad54636810a07c1eef546ead079a906fade1
16+ - image : registry.redhat.io/openshift-sandboxed-containers/osc-operator-bundle@sha256:9e430a529f3f5815c458a2a2a84b1450d3acc9eb4c952fb0aa6607db0504dd58
1717 schema : olm.bundle
1818schema : olm.template.basic
Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ function get_commit_for_image() {
4545 IMAGE_NAME=$( echo " $IMAGE_REF " | cut -d " @" -f 1)
4646 IMAGE_DIGEST=$( echo " $IMAGE_REF " | cut -d " @" -f 2)
4747
48+ # specific to the 1.11 branch: we need to add "-v1-11" to the image name
49+ IMAGE_NAME=$( echo ${IMAGE_NAME} -v1-11)
50+
4851 # As the quay.io API is paginated, we need to make a loop until we find
4952 # the image we're looking for.
5053 PAGE=1
You can’t perform that action at this time.
0 commit comments