Comment 0 for bug 2062079

Revision history for this message
João Victor Portal (jvictorp) wrote :

Brief Description
-----------------
"no-proxy" is not automatically set when setting docker proxy.

Severity
--------
Major.

Steps to Reproduce
------------------
Set up proxy with
source /etc/platform/openrc
system service-parameter-add docker proxy https_proxy=http://1.2.3.4:3128
system service-parameter-add docker proxy http_proxy=http://1.2.3.4:3128
system service-parameter-apply docker

Expected Behavior
------------------
Proxy is applied, rest of the functionalities is not impacted.

Actual Behavior
----------------
Since "no-proxy" is not automatically configured with proxy setting, the functionality gets broken.

Reproducibility
---------------
100% reproducible.

System Configuration
--------------------
Any.

Branch/Pull Time/Commit
-----------------------
NA.

Last Pass
---------
NA.

Timestamp/Logs
--------------
NA.

Test Activity
-------------
NA.

Workaround
----------
Manually set up "no-proxy".