Searched refs:http_proxy (Results 1 – 14 of 14) sorted by relevance
48 http_proxy=${http_proxy:-}95 if [ -n "${http_proxy}" ]; then97 --env HTTP_PROXY=${http_proxy} \98 --env HTTPS_PROXY=${http_proxy} \99 --env FTP_PROXY=${http_proxy} \100 --env http_proxy=${http_proxy} \101 --env https_proxy=${http_proxy} \102 --env ftp_proxy=${http_proxy}"
89 http_proxy=${http_proxy:-}161 if [[ -n "${http_proxy}" ]]; then162 PROXY="RUN echo \"proxy=${http_proxy}\" >> /etc/dnf/dnf.conf"215 if [[ -n "${http_proxy}" ]]; then216 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…271 export PROXY_HOST=${http_proxy/#http*:\/\/}273 export PROXY_PORT=${http_proxy/#http*:\/\/*:}291 export ftp_proxy=${http_proxy}292 export http_proxy=${http_proxy}293 export https_proxy=${http_proxy}[all …]
33 http_proxy=${http_proxy:-}49 if [[ -n "${http_proxy}" ]]; then50 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…54 export PROXY_HOST=${http_proxy/#http*:\/\/}56 export PROXY_PORT=${http_proxy/#http*:\/\/*:}
18 http_proxy=${http_proxy:-}42 if [[ -n "${http_proxy}" ]]; then43 …PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-ca…
21 http_proxy=${http_proxy:-}165 if [[ -n "${http_proxy}" ]]; then166 PROXY_ARGS="--build-arg http_proxy=${http_proxy} --build-arg https_proxy=${http_proxy}"
777 http_proxy = os.environ.get("http_proxy") variable824 if http_proxy:
133 [ -z "${ALL_PROXY}" ] && ALL_PROXY=$http_proxy
48 npm --loglevel info --proxy=${http_proxy} --https-proxy=${https_proxy} install
106 if [ -n "${http_proxy}" ]; then107 pip3_install_params="${pip3_install_params} --proxy ${http_proxy}"
37 --build-arg http_proxy=<IP>:<PORT> --build-arg https_proxy=<IP>:<PORT>
479 - proxy_uri = g_getenv("http_proxy");522 proxy_uri = g_getenv("http_proxy");
534 + proxy_uri = g_getenv("http_proxy");586 proxy_uri = g_getenv("http_proxy");
167 #http_proxy = http://proxy.yoyodyne.com:18023/173 The build system also accepts ``http_proxy``, ``ftp_proxy``, ``https_proxy``,
436 #export http_proxy=http://proxy.host.com:8080