We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274ecdb commit be3973bCopy full SHA for be3973b
nginx-controller/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nginx:1.13.0
+FROM nginx:1.13.3
2
3
# forward nginx access and error logs to stdout and stderr of the ingress
4
# controller process
nginx-controller/DockerfileForAlpine
@@ -1,11 +1,11 @@
-FROM nginx:1.13.0-alpine
+FROM nginx:1.13.3-alpine
5
RUN ln -sf /proc/1/fd/1 /var/log/nginx/access.log \
6
&& ln -sf /proc/1/fd/2 /var/log/nginx/error.log
7
8
-COPY nginx-ingress nginx/ingress.tmpl nginx/nginx.conf.tmpl /
+COPY nginx-ingress nginx/templates/nginx.ingress.tmpl nginx/templates/nginx.tmpl /
9
10
RUN rm /etc/nginx/conf.d/*
11
0 commit comments