Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private registry certs on remote hosts #3

Open
hamez99 opened this issue Aug 17, 2019 · 1 comment
Open

Private registry certs on remote hosts #3

hamez99 opened this issue Aug 17, 2019 · 1 comment

Comments

@hamez99
Copy link

hamez99 commented Aug 17, 2019

I dont think this is a defect in this plugin, but it might be worth noting in the documentation:

I have a setup for my dev environment where i have a private docker registry running that holds my docker images using a self-signed cert. When using the docker-image resource types, you provide the cert in the pipeline definition so that it can build push the images to the registry. This works because docker is running in the concourse worker container. However, when using this docker-compose resource type, if you are running docker compose against a remote docker host, that certificate has to be installed on that remote host, or docker compose will not be able to pull images from the private registry. It will not use the cert provided in the pipeline file in the ca_certs configuration for the private registry. Might be obvious to people more familiar with docker but it took me a little bit to sort out.

@troykinsella
Copy link
Owner

Thanks for the feedback! I'll throw a note in the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants