Skip to content

Commit

Permalink
Merge pull request #556 from aledbf/update-nginx-controller
Browse files Browse the repository at this point in the history
Update nginx version and remove dumb-init
  • Loading branch information
aledbf authored Apr 6, 2017
2 parents ed6987e + 62c13fb commit 427c5c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions controllers/nginx/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,4 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \

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"]

0 comments on commit 427c5c7

Please sign in to comment.