Skip to content

update the openshift images sha to manifest digest sha#3635

Merged
tekton-robot merged 2 commits into
tektoncd:release-v0.79.xfrom
pratap0007:cherry-pick
Jun 30, 2026
Merged

update the openshift images sha to manifest digest sha#3635
tekton-robot merged 2 commits into
tektoncd:release-v0.79.xfrom
pratap0007:cherry-pick

Conversation

@pratap0007

@pratap0007 pratap0007 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Changes

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

See the contribution guide for more details.

Release Notes

NONE

@tekton-robot tekton-robot added the release-note-none Denotes a PR that doesnt merit a release note. label Jun 30, 2026
@tekton-robot tekton-robot requested review from khrm and mbpavan June 30, 2026 14:20
@tekton-robot tekton-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jun 30, 2026
ab-ghosh and others added 2 commits June 30, 2026 20:57
  The get_image_sha() function was using .manifests[0].digest which
  returns the first platform entry (amd64) instead of the manifest list
  digest. This causes the operator CSV to pin task images (buildah, s2i,
  skopeo, ubi-minimal) to amd64-only digests, breaking ARM64 and
  multi-arch clusters with exec format error.

  Fix by computing sha256 of the raw manifest list content, which
  produces the manifest list digest that container runtimes use to
  resolve the correct platform at pull time.

Signed-off-by: ab-ghosh <abghosh@redhat.com>
Signed-off-by: Shiv Verma <shverma@redhat.com>
@pratap0007

Copy link
Copy Markdown
Contributor Author

/lgtm

@tekton-robot

Copy link
Copy Markdown
Contributor

@pratap0007: you cannot LGTM your own PR.

Details

In response to this:

/lgtm

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@jkhelil

jkhelil commented Jun 30, 2026

Copy link
Copy Markdown
Member

/approve

@tekton-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jkhelil

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 30, 2026
@jkhelil

jkhelil commented Jun 30, 2026

Copy link
Copy Markdown
Member

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 30, 2026
@tekton-robot tekton-robot merged commit b10a932 into tektoncd:release-v0.79.x Jun 30, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesnt merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants