uber-archive / makisu

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Apache License 2.0
2.41k stars 154 forks source link

Pushing and pulling from private registry with self signed TLS certificate #244

Closed yehiyam closed 5 years ago

yehiyam commented 5 years ago

Is it possible to push to a private registry that uses https/tls but has a self signed certificate? I couldn't find it in the docs or the code.

evelynl94 commented 5 years ago

You probably need to mount the cert and set the mounted path in your registry config. See the last example: https://github.com/uber/makisu/blob/master/docs/REGISTRY.md#examples