-
Bug
-
Resolution: Unresolved
-
Major
-
6.18.0
-
False
-
Satellite Rocket Refinement
-
sat-rocket
-
None
-
None
-
None
-
None
Description of problem:
When a proxy was set according to the documentation the container pull works fine but the containers are using the proxy configuration to communicate with eachother.
This is due to podman bug RHEL-127541
How reproducible:
Every time a proxy is set
Is this issue a regression from an earlier version:
No
Steps to Reproduce:
1. Add a proxy configuration according to the Satellite documentation [1]
2. Create a new container or attach to one of the running IoP containers
podman exec -it <container-id-or-name> bash
3. Check if the variable http_proxy was passed to the container
$ env | grep proxy
Actual behavior:
Due to the passthrough of the proxy setting the containers use the proxy to communicate with each other. This was prevented by the upstream proxy server.
Expected behavior:
The containers should not use a proxy within the podman network.
Workaround:
Setting in /etc/containers/containers.conf:
[containers]
http_proxy=false
Links:
- is caused by
-
RHEL-127541 podman env passed to container
-
- In Progress
-