docker-registry-ui
docker-registry-ui copied to clipboard
Docker Images not shown
I have configured the registry v2 and when i go to the images tab, nothing is shown.
As per the logs, it's clear that images are fetched from the registry.
2019-01-16 09:14:42,686 [http-nio-8080-exec-10] INFO web.SearchService - Search query is config
2019-01-16 09:14:42,699 [http-nio-8080-exec-10] INFO web.RepositoryService - Searching for images from Registry{id=1, protocol='https', host='dockerhub.xxxx.com', port=443, apiVersion='v2', username='admin', password='****************************************************************', repositoryService=docker.registry.web.RepositoryService@b914f93, version=0}
2019-01-16 09:14:42,700 [http-nio-8080-exec-10] INFO web.RepositoryService - Query provided for search is config
2019-01-16 09:14:42,701 [http-nio-8080-exec-10] INFO web.RepositoryService - Getting repositories from https://admin:**password here**@dockerhub.xxxx.com:443/v2/_catalog?q=config
2019-01-16 09:14:42,831 [http-nio-8080-exec-10] INFO web.RepositoryService - response data for repo list [repositories:[eureka, ** a repo here**, ** a repo here**, library/config, registry, **a repo here**]] groovyx.net.http.HttpResponseDecorator@6967e59
2019-01-16 09:14:42,832 [http-nio-8080-exec-10] INFO web.SearchService - Results are [Registry{id=1, protocol='https', host='dockerhub.xxxx.com', port=443, apiVersion='v2', username='admin', password='****************************************************************', repositoryService=docker.registry.web.RepositoryService@b914f93, version=0}:[]]
I debugged in the browser to see if there was a clientside error, but no data was sent by the docker-registry-ui server.
The resulting page looks as follows:
<div class="container">
<div class="page-header" id="banner">
<div class="row">
<div class="col-lg-12">
<h3>Registry dockerhub.xxxx.com</h3>
<table id="imgTbl" class="table table-striped table-hover">
<thead>
<tr>
<th>Tag</th>
<th></th>
</tr>
</thead>
<tbody>
</table>
same here
same here
same here
same here
same here
same here, anybody fix it?
me as well. v2 not working to get image list