intel / CPU-Manager-for-Kubernetes

Kubernetes Core Manager for NFV workloads
Apache License 2.0
187 stars 83 forks source link

Pass proxy environment to docker build. #278

Closed malsbat closed 4 years ago

malsbat commented 4 years ago

The docker make target fails to build when building behind a proxy.

Signed-off-by: Todd Malsbary todd.malsbary@intel.com

przemeklal commented 4 years ago

Hi, there's no need for this feature since Docker 17.07, proxy settings are applied system-wide for all containers and can be configured system-wide, please see this https://docs.docker.com/network/proxy/#configure-the-docker-client It works for the docker build as well.