-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker images amount restriction #122
Comments
Short answer as I'm in a hurry but I ll edit this afternoon when I have more time. It is basically because of the implantation of the Docker Registry. See the implementation (https://github.com/docker/distribution/blob/master/registry/handlers/catalog.go) But maybe we should let the user know that the maximum is up to 100 by request. |
'last' parameter should be used as described in the API spec to go page by page. |
+1 on @mnarusze comment : |
I can't really test it from work. If sometone with the issue can check with that PR, it would be nice. |
@drallieiv any updates on this? |
just tripped up on this myself, setting the number to something high works around the issue e.g. but it would be nice to have the 'all' limit working as designed. |
ENV_DEFAULT_REPOSITORIES_PER_PAGE=20
Open UI. We have more than 100 images in repo. Clicking "Show All" at the bottom of the page:
Expected behavior
Expected listing of all images.
Actual behavior
Only 100 are displayed.
Specifications
Docker:
Client:
Version: 1.8.2
API version: 1.20
Package Version: docker-1.8.2-7.el7.x86_64
Go version: go1.4.2
Git commit: bb472f0/1.8.2
Built:
OS/Arch: linux/amd64
OS RHEL 7:
3.10.0-327.10.1.el7.x86_64
docker-registry-frontend:
Commit
The text was updated successfully, but these errors were encountered: