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
Almost all of the errors (error codes specifically) are compliant with the definitions in the specs. Error messages can be left untouched. The classes BlobInvalid and BlobNotFound should be unified on our side because they are used for the same use case.
The error INVALID_REQUEST should not be used when dealing with invalid ranges within partial_update. We should start returning an HTTP 416 error.
Besides that, we will need to re-consider if it is worth adding other types of errors to our implementation, like SIZE_INVALID, TAG_INVALID, etc.
Compare our behavior to dockerhub and update where necessary https://github.com/distribution/distribution/blob/d80a63f1eaa215246eee566f4426d2f2ceecc06e/registry/api/v2/errors.go
The text was updated successfully, but these errors were encountered: