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

Official NGINX Dockerfiles

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

I have this output in openshift: 2024/06/12 16:31:00 [notice] 9#9: using the "epoll" event method 2024/06/12 16:31:00 [notice] 9#9: nginx/1.27.0 2024/06/12 16:31:00 [notice] 9#9: built by gcc 12.2.0 (Debian 12.2.0-14)...

How to install SPNEGO, support SSO Authentication

### Proposed changes Updates the mainline image to use Alpine 3.20 as default version. See also https://alpinelinux.org/posts/Alpine-3.20.0-released.html. Note: given that this requires built binaries for the new Alpine version and...

### Proposed changes Since riscv64 had be adopted in alpine 3.20 (stable, released in May 22), we can add riscv64 and update alpine. ### Checklist Before creating a PR, run...

### PR Template --- ### Proposed Changes This PR addresses a security vulnerability identified in the `busybox` package (version 1.36.1-r15) used in our Docker image. The vulnerability was reported by...

while running nginx with docker i m facing error **nginx: [emerg] unknown directive "auth_request" in /etc/nginx/conf.d/edgex-default.conf:59** while Running edgex napa version using docker please help me to debug the issue.

### Describe the bug A clear and concise description of what the bug is. ### To reproduce Steps to reproduce the behavior: 1. Deploy the NGINX Docker image using ......

I have created a docker file for nginx for riscv using ref of https://github.com/nginxinc/docker-nginx/tree/master/mainline/alpine-slim installed nginx in base image as it is systemd service and added only paths in docker...

### Describe the bug When number of UDP Req/Rsp matched session should be deleted without any error log ### To reproduce Configured UDP Req/Rsp to 10/10 and send 10 packet...

Wouldn't flipping these lines make more sense? If ipv6 is enabled then we wouldn't need to check if the file is writable. The exit message will be more informative, instead...