-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Description
The concepts in Concourse are really nice. Implementing resources as Docker containers is genius. Very promising project. I feel like its feature set is dearly missing from other CI tools. 😄 Unfortunately I ran into some showstoppers immediately.
We are running a private Docker registry. It uses a self-signed certificate. I couldn't get tasks with custom docker images to work. There was a timeout in garden-linux' logs.
I am currently using the Vagrant box. I modified /var/vcap/jobs/garden/bin/garden_ctl
to include -insecureDockerRegistryList
or -registry
but that didn't make a difference. Are there any workarounds to inject our custom root CA certificate into it? And if so, I am probably going to have to add our corporate proxy next.
Metadata
Metadata
Assignees
Labels
No labels