Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Podman Compose does not accept proxy settings #896

Open
murkl opened this issue Mar 14, 2024 · 0 comments
Open

Podman Compose does not accept proxy settings #896

murkl opened this issue Mar 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@murkl
Copy link

murkl commented Mar 14, 2024

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:

  • OS: Windows 10 (WSL)
  • Podman Desktop: 1.7.1 (installer for restricted environments)
  • podman version: 4.9.2
  • podman-compose: installed from Podman Desktop
@murkl murkl added the bug Something isn't working label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant