Conversation
Signed-off-by: Saif Chaudhry <schaudhr@redhat.com>
| - image: registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:8f2b6efc9e8be5db2e175daef5d0f95ab2bd585dc20df56d844366946dd60057 | ||
| version: 4.9.6 | ||
| - image: quay.io/rhacs-eng/release-operator-bundle@sha256:48a6345e40eefb7ea31bbe74cf33c8d607078e95d62eb4c0fabb433eb9ea8055 | ||
| version: 4.9.7-rc.1-0-g53da76af8b |
There was a problem hiding this comment.
I was a little confused why we ended up having to use4.9.7-rc.1 instead of 4.9.7-rc.1-0-g53da76af8b. The other PRs all use the shorthand 4.9.7-rc.1.
My own investigation led me to discover that a different build trigger (branch push vs tag push) causes the task to use git describe --long to avoid image tag collisions. Is that correct and is this valid?
There was a problem hiding this comment.
See thread for more information: https://redhat-internal.slack.com/archives/C09KTSM25LZ/p1779216202591649
There was a problem hiding this comment.
Updated to use the clean 4.9.7-rc.1 tag. The original long-form version (4.9.7-rc.1-0-g53da76af8b) was caused by the tag push main-on-push build failing with a SIGPIPE infra error, which cascaded into operator-bundle-on-push timing out on wait-for-main-image. The snapshot ended up being built from branch push builds instead. I re-triggered the tag push pipelines (main-on-push, operator-bundle-on-push, create-custom-snapshot) and they all succeeded, so this is now using the clean snapshot (acs-4-9--4-9-7-rc-1--20260520t175949z) and make valid-catalogs passes.
The original operator-bundle image was built from a branch push event, producing the long-form git-describe name. After re-triggering the tag push build pipelines, a clean-named image is now available. Signed-off-by: Saif Chaudhry <schaudhr@redhat.com>
Add operator-bundle for 4.9.7-rc.1.
Snapshot:
acs-4-9--4-9-7-rc-1--20260520t175949zBundle:
quay.io/rhacs-eng/release-operator-bundle@sha256:7c97ff933aa5f746b34420db57b2c3222786ed6cd076b52b07165b712fb052c6Updated to use clean tag-push image (previously used long-form branch-push image).
Will be updated to final version after Finish Release.