Hi
I would like to push image to our private docker registry protected by TLS. When I run docker login command in bitbucket pipeline I receive the following error:
x509: certificate signed by unknown authority
How can I provide a certificate to docker to be able to access our private docker registry?
Thanks
Peter
Same issue here. I have a self signed certificate on my registry but I can't make the pipeline accept it. Did you find a solution yet?
I found the solution, switched to Amazon ECR instead of using private registry :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.