Files
podman/test/e2e/quadlet/httpproxy-true.container
Ondřej Gajdušek c65fd9a2c2 quadlet: add HttpProxy option for Container sections
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>
2025-09-01 13:45:06 +02:00

7 lines
137 B
Plaintext

## assert-podman-final-args localhost/imagename
## assert-podman-args --http-proxy
[Container]
Image=localhost/imagename
HttpProxy=true