containers / podman-compose

a script to run docker-compose.yml using podman
GNU General Public License v2.0
4.86k stars 465 forks source link

Podman Compose does not accept proxy settings #896

Open murkl opened 3 months ago

murkl commented 3 months ago

Describe the bug When using podman compose build the proxy settings does not accept during build. But when build an image explicit with podman build, it works.

To Reproduce I configured the proxy as followed:

  1. Set proxy settings in Podman Desktop Settings
  2. Set proxy settings for containers: https://podman-desktop.io/docs/proxy/using-a-proxy-in-your-containers
  3. Export environment variables before executing podman compose build/podman build (http_proxy, https_proxy, HTTP_PROXY, HTTPS_PROXY)
  4. Set args and environment variables in docker-compose.yml (http_proxy, https_proxy, HTTP_PROXY, HTTPS_PROXY)

Environment: