Merge pull request #556 from aledbf/update-nginx-controller
Update nginx version and remove dumb-init
This commit is contained in:
commit
427c5c747c
1 changed files with 0 additions and 6 deletions
|
@ -21,10 +21,4 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
|
||||||
|
|
||||||
COPY . /
|
COPY . /
|
||||||
|
|
||||||
# https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem
|
|
||||||
RUN curl -sSL -o /sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64 && \
|
|
||||||
chmod +x /sbin/dumb-init
|
|
||||||
|
|
||||||
ENTRYPOINT ["/sbin/dumb-init", "--"]
|
|
||||||
|
|
||||||
CMD ["/nginx-ingress-controller"]
|
CMD ["/nginx-ingress-controller"]
|
||||||
|
|
Loading…
Reference in a new issue