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
What would cause this type of error, and what's required to be able to authenticate using the registry-cli on the registry side? Is it possible to add a more descriptive error message?
The text was updated successfully, but these errors were encountered:
adding --auth-method GET seems to have helped, but when actually deleting images we get 404 errors:
deleting tag d26f280f774c17e442afd2f80c706341bd50ffc5
tag digest not found: 404.
Try adding flag --digest-method=GET
adding the flag (with or without the = sign) doesn't make a difference. This is with registry2 version 2.6. What version of the docker registry is required? Does it need 2.7?
We are trying to authenticate against a simple registry2 container running locally. The same credentials work fine via docker login.
What would cause this type of error, and what's required to be able to authenticate using the registry-cli on the registry side? Is it possible to add a more descriptive error message?
The text was updated successfully, but these errors were encountered: