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

### Is your feature request related to a problem? Please describe Have you considered signing the release tags, so people using DOCKER_CONTENT_TRUST=1 can use these images. The official nginx image...

### Describe the bug If you use nginx templating function the filled template can not be saved if `/etc/nginx/conf.d` is not writable. ### To reproduce Steps to reproduce the behavior:...

### Is your feature request related to a problem? Please describe The default nginx user supplied by the image cannot execute scripts that alter the contents of `/usr/share/nginx/html`. I would...

### Is your feature request related to a problem? Please describe Using the nginx unprivileged docker image on a riscv64 system. ### Describe the solution you'd like Adjusting the CI...

### Is your feature request related to a problem? Please describe We are using the [20-envsubst-on-templates.sh](https://github.com/nginxinc/docker-nginx-unprivileged/blob/main/entrypoint/20-envsubst-on-templates.sh) script to replace `${SOME_ENV_VARS}` in a specific file. For a specific use case, we...

We are doing PodSecurityPolicy in our cluster, so we are thinking to pull nginx unprivileged image. https://hub.docker.com/_/nginx has official images tag, while https://hub.docker.com/u/nginxinc doesn't, how can we make sure the...

documentation

### Is your feature request related to a problem? Please describe There are pull rate limitations in Docker Hub. If this image is registered to alternative public registries(GitHub Container Registry,...

### Describe the bug We are getting 4 CRITICAL vulnerabilities in Harbor image scan . please update the libraries . ![image](https://user-images.githubusercontent.com/30630218/195896745-125f4404-02b6-4e82-a9d0-4f223565fd26.png) ### To reproduce Steps to reproduce the behavior: 1....

Hi, thanks in advance. I'm trying to understand what OSS is used in the image. Is this documented anywhere? Thanks, Damian.

As we always want to use the newest versions of the tools we are using we used the feature of GitHub to watch new Releases. Going to Watch --> Custom...