docker-nginx-unprivileged icon indicating copy to clipboard operation
docker-nginx-unprivileged copied to clipboard

Unprivileged NGINX Dockerfiles

Results 20 docker-nginx-unprivileged issues
Sort by recently updated
recently updated
newest added

### Proposed changes See PR title. ### Checklist Before creating a PR, run through this checklist and mark each as complete: - [x] I have read the [`CONTRIBUTING`](https://github.com/nginxinc/docker-nginx-unprivileged/blob/main/CONTRIBUTING.md) document -...

enhancement

### Proposed changes Update to Alpine 3.19 to resolve few CVEs CVE-2023-45853 CVE-2022-37434 CVE-2018-25032 https://security.alpinelinux.org/srcpkg/zlib ### Checklist Before creating a PR, run through this checklist and mark each as complete:...

enhancement

### Proposed changes See PR title. ### Checklist Before creating a PR, run through this checklist and mark each as complete: - [ ] I have read the [`CONTRIBUTING`](https://github.com/nginxinc/docker-nginx-unprivileged/blob/main/CONTRIBUTING.md) document...

There seems to be multiple options for the base image. However it is unclear how to use them. Furthermore, the `alpine` folder image is build from `alpine-slim` while the Dockerfile...

### Is your feature request related to a problem? Please describe CVEs are routinely posted for these images. Most of them do not affect NGINX directly, but that's not always...

### Is your feature request related to a problem? Please describe Users should have a clear and concise step by step guide detailing how to locally test any changes made...

### Describe the bug I am trying to enable IPv6 on the container, but when the container starts up it give me the following message even though I am using...

### Describe the solution you'd like Documentation or guide on how to setup NGINX for unprivileged users, which could replicate the intent of this repo. ### Additional context As someone...

question

### Is your feature request related to a problem? Please describe The NGINX Unprivileged images built in this repo require some level of user permissions to run effectively (see #43)....

### Is your feature request related to a problem? Please describe As of today, Docker builds are cached using the GitHub Actions cache. The current GitHub Actions caching solution does...