AWX 17.0.0. copy Docker proxy into AWX containers

Hi all,

I am trying to deploy AWX 17.0.0 behind corporate proxy. here is how I have set proxy for Docker

/etc/systemd/system/docker.service.d/http-proxy.conf

[Service] Environment=“HTTP_PROXY=http://proxy.example.com:8080” Environment=“HTTPS_PROXY=https://proxy.example.com:8080

its works perfectly fine.

The problem comes - when I login to awx_task container shell, still both http_proy and https_proxy are set inside awx_task containers. Its looks Docker proxy got copied into AWX containers

The question is - when its is deploying AWX with Docker proxy , how shall it not copy Docker proxy into AWX containers ?

Regards
Soibam