-
Notifications
You must be signed in to change notification settings - Fork 157
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 to 0.17.0 breaks image #22
Comments
Hi @smueller18! Can you give me some more details about how and where are you trying to run the image? I tested it locally and on OpenShift and I didn't run into any issues. Cheers, |
I just saw https://github.com/nginxinc/docker-nginx-unprivileged/blob/master/mainline/alpine/Dockerfile#L115 . There are 2 reasons why this new image fails for my setup:
I did not use the earlier provided |
Last weekend, I opened a PR (nextcloud/docker#772) for the nextcloud docker project. |
Ah yeah I'm sorry about that. I didn't make any notes anywhere mentioning the two breaking changes and forgot to update the README too while at it (that's been already fixed). The main NGINX Docker image introduced some changes to make it easier to run the image as a non root user and in the process of porting those changes the |
I am fine with that, it was just a bit unexpected 😄 |
After the complete Dockerfile was refactored in 090a545, the container does not start because of missing privileges of folder
/var/cache/nginx/
. The owner must be usernginx
.This is the new image:
Here is the same view for a cached and working container:
The text was updated successfully, but these errors were encountered: