kwk / docker-registry-frontend

Browse and modify your Docker registry in a browser.
https://registry.hub.docker.com/u/konradkleine/docker-registry-frontend/
MIT License
1.68k stars 616 forks source link

main subfolder #173

Open ruanton29 opened 7 years ago

ruanton29 commented 7 years ago

Hi I just trying to run your app and find out that when i have path like

registry:/main/something/images

It's every time regirect to home page but if there any other path like :

registry:/test/something/images
registry:/stage/something/images

it's work fine. Also i don't see any error in docker log. Maybe you can help with that ? Best regards Anton

ruanton29 commented 7 years ago

Hi Also i am not familiar with js but i found that it redirected to main page when i choose image with more than 2 subfolder. If redirect if:

docker-registry/folder1/folder2/imagename
docker-registry/folder1/folder2/folder3/imagename

But works fine if i have

docker-registry/folder1/imagename
docker-registry/imagename

If i can help ping me Thx

xgin commented 7 years ago

If I remember correctly the registry v1 allowed only / format, but the v2 now allows arbitrary nesting. The frontend has some issues with new images format. Try to use my fork https://github.com/xgin/docker-registry-frontend and image https://store.docker.com/community/images/ekazakov/docker-registry-frontend

ruanton29 commented 7 years ago

@xgin hi, tried but still no help =( Currently try different docker-registry-ui/frontend/browser. Maybe it's not problem of code but infrastructure and docker registry ( i have multiply DR under Load balancer with shared storage )