gansheer commented on issue #5017: URL: https://github.com/apache/camel-k/issues/5017#issuecomment-1884990395
@lmorandini There is a limitation from spectrum that only allows `https://index.docker.io/v1/` as server auth for the `docker.io` reference to the docker hub registry. The only way I found that could work with spectrum is the default DNS name for the Docker Hub registry: `registry-1.docker.io`. That is also the DNS name used by default by the Jib publish strategy (the alternative to spectrum) push the new images. With any other registry declared, the API used is V2 by default, so I am not sure it is really using V1 API by default even with `https://index.docker.io/v1/` as server auth. But to be honest I can't be sure. The references online on docker hub registry URLs are not clear and there has been changes in them in the previous year. The result is that there is legacy code in libraries kept to avoid breaking old code. I will update Camel K documentation on the docker hub registry. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org