- 
                Notifications
    You must be signed in to change notification settings 
- Fork 396
Description
Hey,
We are using a company network that has TLS traffic inspection. This means that it inspects the traffic and then signs the messages back with a custom certificate. Our IT has a policy to push the CA for that certificate to the trust stores on our machines but these don't pass over to the docker builder.
So, all the internal install scripts (node/yarn/chrome/etc.) may fail if any of these domains aren't excluded manually from the TLS traffic inspection.
Ideally, I'd like to have a build arg or something similar that can be set to that root CA before invoking any of these scripts.
Or, alternatively, don't delete the install scripts, so they can be called manually at a different time (after we've set that root CA for the image in our Dockerfile).