docker-registry-ui icon indicating copy to clipboard operation
docker-registry-ui copied to clipboard

Docker Images not shown

Open mesudip opened this issue 6 years ago • 7 comments

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>
    

mesudip avatar Jan 16 '19 09:01 mesudip

same here

Fobhep avatar Feb 11 '19 15:02 Fobhep

same here

denney avatar Mar 06 '19 06:03 denney

same here

jupin-r avatar Mar 12 '19 11:03 jupin-r

same here

daisyleenr avatar Mar 12 '19 13:03 daisyleenr

same here

vinnie230979 avatar Mar 13 '19 12:03 vinnie230979

same here, anybody fix it?

945432957 avatar Nov 26 '19 05:11 945432957

me as well. v2 not working to get image list

onwebbe avatar Dec 29 '19 08:12 onwebbe