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
fix(requests): retrieve more tags when requesting them from the registry
Now it first tries to request the tags using the v1 API, which returns all entries. v2 is still present as a fallback, for which the page size is increased from undefined (defaults to 10) to 10000. This will be capped at the server side to 100 by Docker Hub.
0 commit comments