Migrate to alpine linux
This commit is contained in:
parent
9ba6289054
commit
048ce1a130
5 changed files with 54 additions and 75 deletions
|
|
@ -1,6 +1,4 @@
|
|||
OpenResty base image using [debian-base](https://quay.io/kubernetes-ingress-controller/debian-base-amd64)
|
||||
|
||||
OpenResty® is a dynamic web platform based on NGINX and LuaJIT.
|
||||
NGINX base image using [alpine](https://www.alpinelinux.org/)
|
||||
|
||||
This custom image contains:
|
||||
|
||||
|
|
@ -20,7 +18,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.90
|
||||
docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.95
|
||||
```
|
||||
|
||||
_Creating a replication controller_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue