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

Hello, I'm using the image **nginx:alpine** and sometime for the first **docker-compose up -d** I got this error spammed in logs and container restarting: `mkdir() "/var/cache/nginx/client_temp" failed (13: Permission denied)`...

### Setup We run `docker.io/nginx:1.15.8` containers with simple proxy + disk cache configuration: ```nginx events { worker_connections 2048; } http { # Similar to default "combined" log format, appends additional...

Hi All, I am trying to build NGINX docker image from http://nginx.org/download/ source code. But when I did go through the makefile I see the same using https://hg.nginx.org/pkg-oss/. When exploring...

The problem: by default nginx in docker uses [GNU envsubst](https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html) that [can't proceed variables with default values](https://stackoverflow.com/questions/50230361/envsubst-default-values-for-unset-variables) like `${var:-DEFAULT}`. We can use [a8m envsubst](https://github.com/a8m/envsubst) or [stephenc envsub](https://github.com/stephenc/envsub) instead, the first...

Trying to follow the [new instructions](https://github.com/nginxinc/docker-nginx/tree/master/modules) to add modules to the Nginx Docker image. The module I need is [form input](https://github.com/calio/form-input-nginx-module). It depends on the Nginx Development Kit module. I...

Hello, it would be great to have official images with Red Hat [UBI](https://developers.redhat.com/products/rhel/ubi) as a base image.

In case when env contain variables with newlines, the variables substitution script fails, trying to use non-existent variables. Change env mode to delim different env vars in output with NULL-byte...

Opening this for discussion. cc @tianon @stefanScherer

`Docker version 19.03.13` `System Version: macOS 11.2.1` Dockerfile: ``` FROM nginx:1.19.7-alpine RUN wget https://github.com/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-linux-amd64 ``` Docker build: ``` RUN wget https://github.com/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-linux-amd64 ---> Running in a2bb74c3e032 wget: bad address 'github.com' ```

Latest version/or 1.17.... can't resolve kubernetes service name from core-dns. I am getting this error. server can't find [servicename].svc.cluster.local: NXDOMAIN If you sh to created pod run nslookup: $ kubectl...