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
Validate that the image exists at the remote registry and that the client has the necessary auth to pull all of the images before attempting the pull operation. This helps prevent failures that could occur part-way through executing the pull command.
When checking if a registry has an image manifest, most registries return MANIFEST_UNKNOWN. Harbor replies with NOT_FOUND. This release adds NOT_FOUND as a valid error to be returned when an image cannot be found. ( Thanks @hoihrig 🎉 )