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

Official NGINX Dockerfiles

Results 69 docker-nginx issues
Sort by recently updated
recently updated
newest added

### Describe the bug The latest version of nginx (nginx:1.25.3, from all versions) does not support TLS1.0. ### To reproduce Deploy nginx:1.25.3 and set `nginx` `ssl_protocols` to `TLSv1 TLSv1.1 TLSv1.2...

### Proposed changes Updates the images to use Alpine 3.19 as default version. See also https://alpinelinux.org/posts/Alpine-3.19.0-released.html. Note: given that this requires built binaries for the new Alpine version and won't...

### Describe the bug I have deployed angular project via docker ,nginx and docker-compose.yml file but from harness pipeline CI done but CD got issue and in the CD pipeline...

### Describe the bug I have attempted to perform a docker pull nginx:latest and have even tried nginx: on several different types of systems (Ubuntu (WSL), RaspberryPi, Windows/Docker Desktop). All...

### Describe the bug Hi, trying to build the image results in an error because the pcre library is missing. It seems like the module should be build with pcre2...

### Is your feature request related to a problem? Please describe When a configmap is mounted as a directory rather that every individual file is mounted, Kubernetes creates files with...

We rely on stable. Currently version 1.24.0 is only available in stable and stable-bullseye tags that are based on Debian 11. But there is no stable 1.24.0 image based on...

~~* Fix small bug with using the `-n` flag instead of the `-f` flag when checking if files are available (https://github.com/nginxinc/docker-nginx/blob/master/Dockerfile-alpine-slim.template#L76-L78)~~ ~~* Fix some shell linter warnings~~ ~~* Minor script...

- according to [Debian UseThirdParty](https://wiki.debian.org/DebianRepository/UseThirdParty), gpg trust directory changed to `/etc/apt/keyrings` - Debian 11 (bullseye) need to create dir first, This can be removed in subsequent upgrades to the new...

The image in its current state fails when being run in read-only systems (https://github.com/nginxinc/docker-nginx-unprivileged/issues/43). This PR aims to fix that.