You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I use this docker registry UI and I have an issue
Bug description
I am encountering an issue while trying to display the content of my private Docker registry using the Docker Registry UI (version 2.5.5). I have set up Traefik, Keycloak (docker-v2), and a private Docker registry, but I am unable to view the contents of my registry through the UI. Although there are no visible errors displayed, I do see a 401 error related to the catalog in the console.
Despite these configurations, I'm still unable to view the content of my registry through the Docker Registry UI. Any assistance or guidance on resolving this issue would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
The official docker registry server did not implement correctly the preflight specification... To fix this, you have to return 200/204 on every OPTIONS requests and 401 on other non authenticated requests with the header WWW-Authenticate
Thank you for your answer !
I think I'll leave it aside for now.
The configuration for traefik does not seem suitable for correcting the problem :/
I have an error directly on this request but no display errors however.
I think it's still good to fix an error. GET https://registry.longfish42.com/v2/_catalog?n=1000 401 (Unauthorized)
Hi, I use this docker registry UI and I have an issue
Bug description
I am encountering an issue while trying to display the content of my private Docker registry using the Docker Registry UI (version 2.5.5). I have set up Traefik, Keycloak (docker-v2), and a private Docker registry, but I am unable to view the contents of my registry through the UI. Although there are no visible errors displayed, I do see a 401 error related to the catalog in the console.
How to Reproduce
My private docker registry configuration
My docker-ui configuration
Expected behavior
See my images
Additional context
I can successfully push to my registry using docker login and docker push. I have also implemented a middleware for forward authentication:
Despite these configurations, I'm still unable to view the content of my registry through the Docker Registry UI. Any assistance or guidance on resolving this issue would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: