redhat-developer / s2i-dotnetcore

.NET Core OpenShift images
Apache License 2.0
112 stars 192 forks source link

[.NET 8] remove HTTP_PROXY to http_proxy assignment. #455

Closed tmds closed 1 year ago

tmds commented 1 year ago

This is no longer necessary since the libcurl based handler was removed in .NET 5:

https://github.com/redhat-developer/s2i-dotnetcore/blob/49993a6f6061f60c70612224446df0d92e1b6407/7.0/runtime/root/usr/bin/container-entrypoint#L7-L13

This issue tracks removing it for .NET 8 images.

cc @omajid @aslicerh