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
# If the lineage's rolling tag is already associated with an existing image, attach lifecycle metadata to the existing image to indicate that it is outdated
166
+
# Resolve image's digest
167
+
$imageDigest= oras resolve $mcrImageName
168
+
169
+
# Import (old) image by digest from MCR into our ACR
0 commit comments