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
We are also hitting this issue. Seems like it's linked to a recent change to Quay which must have just been rolled out to quay.io: quay/quay#2884
There is a small wrinkle though: as per the OCI spec, a client is still allowed to request an arbitrarily high number of tags to be returned in a single API call, which we so far silently ignored and returned the configured maximum. Now we return an HTTP 413 response, which technically is against the spec but needed in order to protect the registry against rogue clients and also return a clear error signal instead of less tags than the client asked for
So their limit always was 100 but was being silently ignored before, whereas now they throw an error.
Seems like there is already logic to set the current 1000 limit for non-Google registries, maybe this now needs a similar check for quay.io to set to n=100?
Describe the bug
quay.io just started reporting the following error when using crane
To Reproduce
Expected behavior
The following shouldn't fail, but instead produces the above error.
The text was updated successfully, but these errors were encountered: