Update image dependencies (#4225)
This commit is contained in:
parent
c8cbf0db29
commit
d57fddebd7
4 changed files with 15 additions and 10 deletions
|
|
@ -1,12 +1,9 @@
|
|||
nginx 1.15.x base image using [debian-base](quay.io/kubernetes-ingress-controller/debian-base-amd64)
|
||||
OpenResty base image using [debian-base](quay.io/kubernetes-ingress-controller/debian-base-amd64)
|
||||
|
||||
nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP proxy server.
|
||||
OpenResty® is a dynamic web platform based on NGINX and LuaJIT.
|
||||
|
||||
This custom nginx image contains:
|
||||
This custom image contains:
|
||||
|
||||
- [ngx_devel_kit](https://github.com/simpl/ngx_devel_kit)
|
||||
- [set-misc-nginx-module](https://github.com/openresty/set-misc-nginx-module)
|
||||
- [headers-more-nginx-module](https://github.com/openresty/headers-more-nginx-module)
|
||||
- [nginx-http-auth-digest](https://github.com/atomx/nginx-http-auth-digest)
|
||||
- [ngx_http_substitutions_filter_module](https://github.com/yaoweibin/ngx_http_substitutions_filter_module)
|
||||
- [nginx-opentracing](https://github.com/opentracing-contrib/nginx-opentracing)
|
||||
|
|
@ -23,7 +20,7 @@ This image provides a default configuration file with no backend servers.
|
|||
_Using docker_
|
||||
|
||||
```console
|
||||
docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.84
|
||||
docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.89
|
||||
```
|
||||
|
||||
_Creating a replication controller_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue