mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
Add support for HttpProxy key in quadlet Container sections to control proxy environment variable inheritance during image pulls and builds. - HttpProxy=true enables proxy inheritance (default podman behavior) - HttpProxy=false disables proxy inheritance - When omitted, uses podman's default behavior This addresses the need for declarative proxy configuration in IPv6-only networks and other scenarios where proxy settings need to be controlled at the container level without manual workarounds. Fixes #26925 Signed-off-by: Ondřej Gajdušek <ogajduse@redhat.com>
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
## assert-podman-final-args localhost/imagename
|
|
## assert-podman-args --http-proxy
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
HttpProxy=true
|