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
In some cases an MCR image (and maybe Docker Hub too?) can be flagged as out-of-date when it is not. For example, what I have here:
MCR returns the latest digest as being sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204. When I inspect the image locally, it has the following for RepoDigests:
In some cases an MCR image (and maybe Docker Hub too?) can be flagged as out-of-date when it is not. For example, what I have here:
MCR returns the latest digest as being
sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204
. When I inspect the image locally, it has the following forRepoDigests
:This line considers only the first repo digest and is the source of the bug.
When I remove and re-pull the image, it no longer has the first digest and is not flagged, so I'm not totally sure how this works.
The text was updated successfully, but these errors were encountered: