gansheer commented on issue #5007:
URL: https://github.com/apache/camel-k/issues/5007#issuecomment-1884881524

   @hernanDatgDev To make it work with Jib you should access to the docker hub 
registry via `registry-1.docker.io`: `kamel install --registry 
registry-1.docker.io`. That means using it also as you auth server in your 
secret: 
`{"auths":{"registry-1.docker.io":{"xxxx","password":"xxxx","auth":"xxxxx"}}}`. 
   
   If you still really want to use `docker.io` as your registry on install, it 
might work if you declare both auth server in your secret: 
`{"auths":{"registry-1.docker.io":{"xxxx","password":"xxxx","auth":"xxxxx"},"docker.io":{"xxxx","password":"xxxx","auth":"xxxxx"}}`.


-- 
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

Reply via email to