alpinelinux / docker-alpine

Official Alpine Linux Docker image. Win at minimalism!
MIT License
1.04k stars 261 forks source link

no_proxy not working as expected #292

Open Carlospi99 opened 1 year ago

Carlospi99 commented 1 year ago

I did this

I was using the version 7_85_0 and with the no_proxy flag was taking in account for anything in the list.

no_proxy=local,.example.com,.another.com

But in the version 7_86_0 is only taking in account the last entry of the list, I have change order and it is always the last one that works. I expected the following curl/libcurl version

curl 7.86.0 (x86_64-alpine-linux-musl) libcurl/7.86.0 OpenSSL/3.0.7 zlib/1.2.13 brotli/1.0.9 nghttp2/1.51.0 Release-Date: 2022-10-26

No sure if someone had the same

Reported on CURL github too..

https://github.com/curl/curl/issues/9981

dlouzan commented 1 year ago

This was indeed a curl issue, and this could be closed as soon as 7.87.0 is stable in alpine https://github.com/curl/curl/issues/9981#issuecomment-1328127020 (currently I see even in edge 7.86.0 https://pkgs.alpinelinux.org/packages?name=curl&branch=edge&repo=&arch=&maintainer=).

Carlospi99 commented 1 year ago

the new version of curl is already merge and tagged, it this already update in docker-alpine?

dlouzan commented 1 year ago

@Carlospi99 Yes, I just pulled latest and it seems indeed to have the correct version.