#365 Add the ability to install a CA at run-time based on the CA_URL env variable
Merged by mprahl. Opened by mprahl.
ca-run-time  into  master

Download 365.patch

This will allow us to only need quay.io and not any other registries where we bake in CAs.

Since this is done only once, why not fetch the cert in Dockerfile?

Since this is done only once, why not fetch the cert in Dockerfile?

The point is that an extra cert is fetched at runtime (based on the CA_URL environment variable), rather than baked into the image.

Since this is done only once, why not fetch the cert in Dockerfile?

The point is that an extra cert is fetched at runtime (based on the CA_URL environment variable), rather than baked into the image.

OK, thanks, I knew that I missed something obvious.

+1

Pull-Request has been merged by mprahl

Metadata