Closed rauizab closed 7 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/151372549
The labels on this github issue will be updated when the story is started.
Hi
we were able to deploy it as an app in cloud foundry. I understand that this is not a feature that is available for the open source cf.
Best regards
I'm glad to hear you were able to get this working for you. This feature should be available to all users of CF, so I'll re-open this and look at resolving the issue.
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/151570219
The labels on this github issue will be updated when the story is started.
Unfortunately the stager
component and other "bridge" components have been deprecated for some time and we rarely update them anymore. Fortunately, we just tested insecure docker registries in a post-bridge deployment and it works as expected. You'll need to set BOTH cc.diego.insecure_docker_registry_list
on the API jobs AND garden.insecure_docker_registry_list
on the garden jobs. Instructions on removing the bridge components can be found here.
Hi
We have a private docker registry with a self signed certificate. We update the property in stager job: capi.stager.insecure_docker_registry_list: [ "somehostname:443" ]
When we try to stage an image we get this message:
Additionally we added in the manifest instance_groups diego-cell, job garden: garden.insecure_docker_registry_list: [ "somehostname:443" ]
Do you know what else we have to do?