removed brotli support (removed in 32f04dc510, but not removed from Features section in README.md)

This commit is contained in:
Ricard Bejarano 2019-03-13 09:17:45 +01:00
parent 9b8a09ac38
commit 75c438694a
No known key found for this signature in database
GPG key ID: 5A5105DD6B91CA19

View file

@ -4,6 +4,7 @@
Available at [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx). Available at [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx).
## Tags ## Tags
[`1.15.9-glibc`, `1.15.9`, `glibc`, `latest` *(glibc/Dockerfile)*](https://github.com/ricardbejarano/nginx/blob/master/glibc/Dockerfile) [`1.15.9-glibc`, `1.15.9`, `glibc`, `latest` *(glibc/Dockerfile)*](https://github.com/ricardbejarano/nginx/blob/master/glibc/Dockerfile)
@ -17,7 +18,6 @@ Available at [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/ng
* Built from source, including libraries * Built from source, including libraries
* Built from `scratch`, see the [Filesystem](#Filesystem) section below for an exhaustive list of the image's contents * Built from `scratch`, see the [Filesystem](#Filesystem) section below for an exhaustive list of the image's contents
* Included [TLS1.3](https://tools.ietf.org/html/rfc8446) protocol support (with [OpenSSL](https://www.openssl.org/)) * Included [TLS1.3](https://tools.ietf.org/html/rfc8446) protocol support (with [OpenSSL](https://www.openssl.org/))
* Included [brotli](https://github.com/google/brotli) compression support (with [ngx_brotli](https://github.com/google/ngx_brotli))
* Reduced attack surface (no `bash`, no UNIX tools, no package manager...) * Reduced attack surface (no `bash`, no UNIX tools, no package manager...)