Open devome opened 2 years ago
Hi there, thank you for using my project.
I think I will need your registry server and registry ui logs
Hey there. I would like to confirm this issue and to point out that its probable cause is the lack of a header of the type
Docker-Distribution-Api-Version: registry/2.0
in the joxit/docker-registry-ui response headers. Some details can be found in the API docs. Adding the line
more_set_headers "Docker-Distribution-Api-Version: registry/2.0";
to my nginx configuration file (serving as a reverse proxy for joxit/docker-registry-ui) solved it, but perhaps it could be implemented more cleanly at the level of the container's nginx in nginx/default.conf following the API docs.
My registry config:
OS: Debian 11 Arch: amd64 Docker version: 20.10.14 Docker registry version: 2.8.1
When docker-registry-ui are not used
docker-compose file:
When I run the following command, the output is valid.
When docker-registry-ui are used
docker-compose file:
When I run the following command, the output is error.
Why does this error occur? How should I modify the configuration file?