-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update nginx to latest stable #725
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming all our config options still work 👌
(As in, hope they work, otherwise we should just fix them not avoid the upgrade)
Actually, perhaps we should follow the upstream changes from these commits for the docker build: |
Updated this PR, can be re-reviewed. I tried to incorporate the changes from the upstream docker image building; however that does not work to compile the |
services/nginz/Dockerfile
Outdated
@@ -8,7 +8,7 @@ RUN cd /src/libzauth/libzauth-c \ | |||
&& make install | |||
|
|||
# Nginz container | |||
FROM alpine:3.11 | |||
FROM alpine:3.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does "not supported" mean? Perhaps you could leave a comment for the next person who feels like bumping this number? What went wrong?
@@ -1,5 +1,5 @@ | |||
# Requires docker >= 17.05 (requires support for multi-stage builds) | |||
FROM alpine:3.10 as libzauth-builder | |||
FROM alpine:3.11 as libzauth-builder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind the change got reverted here again. I was reading this from commit to commit. Ignore previous comment :)
No description provided.