Feature Request
We have specific Dockerfile which need to access package through a proxy.
with the old docker_build.sh script I was able to add --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy to the script to activate the proxy is the var exists.
I would like that operator-sdk build command can pass thoses build-args if http_proxy env var exists.