Merge pull request #13284 from thomasgl-orange/patch-1

20.10.8: warning about $HTTP_PROXY breaking change
This commit is contained in:
Sebastiaan van Stijn 2021-08-05 13:06:46 +02:00 committed by GitHub
commit 1b7cd04306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -25,6 +25,16 @@ for Docker Engine.
## 20.10.8
2021-08-03
> **IMPORTANT**
>
> Due to [net/http changes](https://github.com/golang/go/issues/40909) in [Go 1.16](https://golang.org/doc/go1.16#net/http),
> HTTP proxies configured through the `$HTTP_PROXY` environment variable are no
> longer used for TLS (`https://`) connections. Make sure you also set an `$HTTPS_PROXY`
> environment variable for handling requests to `https://` URLs.
>
> Refer to the [HTTP/HTTPS proxy section](../../config/daemon/systemd.md#httphttps-proxy)
> to learn how to configure the Docker Daemon to use a proxy server.
{: .important }
### Deprecation
- Deprecate support for encrypted TLS private keys. Legacy PEM encryption as