Migrate to alpine linux

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-12-27 19:45:05 -03:00
parent 9ba6289054
commit 048ce1a130
5 changed files with 54 additions and 75 deletions

View file

@ -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_