You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix cache digest comparison by using oras manifest fetch instead of client-side hash
get_image_digest computes a client-side sha256 of the raw manifest
bytes from skopeo, which doesn't match the registry-assigned digest
stored in the OpenShift ImageStream. Additionally, skopeo inspect
without --raw fails entirely on ORAS artifacts.
Replace with oras manifest fetch --descriptor which returns the
registry-assigned digest, matching what oc import-image stores in
the ImageStream.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments