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 156 forks source link

Make CACERTS configurable on the command line #121

Open nnordrum opened 5 years ago

nnordrum commented 5 years ago

If it already is, it serves two masters (which isn't clear).

e.g. better documentation for self-signed certs

nnordrum commented 5 years ago

Update: it makes sense in hind-sight, it's not clear because you're doing one thing at a time, but the self-signed certs for each registry are defined in the registry-config files. If you're using a private cert, you have to add it there for a Dockerfile that uses a FROM command to pull from a registry that has a private cert.

Like I said, obvious in hind-sight, but SUPER confusing at the time :)