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

Official NGINX Dockerfiles

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

Hello everyone, nginx-1.23.1-alpine has the https://nvd.nist.gov/vuln/detail/CVE-2022-37434 vulnerability, which is critical.

Recently when I removed `curl` from our own, derived `nginx` images, I was quite suprised to learn the base image actually contains `curl` already since the upgrade to 1.18.0. This...

According to official documentation https://hub.docker.com/_/nginx section "Using environment variables in nginx configuration (new in 1.19)". But it's does not work due to bug inside docker container script: https://github.com/nginxinc/docker-nginx/blob/master/entrypoint/20-envsubst-on-templates.sh#L25 running this...

When there are many environment variables defined for the image that nginx runs in, the envsubst script fails to work with the following error message: ``` 20-envsubst-on-templates.sh: Running envsubst on...

Version 1.23.1 /usr/src/geo/ngx_http_geoip2_module-master/ngx_http_geoip2_module.c: In function ‘ngx_http_geoip2_variable’: /usr/src/geo/ngx_http_geoip2_module-master/ngx_http_geoip2_module.c:172:14: error: assignment from incompatible pointer type [-Werror] xfwd = &r->headers_in.x_forwarded_for; ^ /usr/src/geo/ngx_http_geoip2_module-master/ngx_http_geoip2_module.c:175:58: error: passing argument 3 of ‘ngx_http_get_forwarded_addr’ from incompatible pointer type [-Werror]...

I have an entry point script that derives a path and then uses `sed` to write it into my nginx config. I recently moved this over to a script in...

This allows reusing variables declared between entrypoint scripts. You can create eg. entrypoint starting with 00 to declare some dynamic variables and then use those in envsubst predefined entrypoint.

| Name | Resource | Severity | Score | Fix Version | | ------- | ---------- | --------- | ------ | ------------ | | CVE-2022-27780 | curl | high |...

Resource | Resource Type | Installed Version | Vulnerability Name | Publish Date | NVD CVSS v2 Severity | NVD CVSS v2 Score | NVD CVSS v2 Vectors | Solution...

Hi 🙂 We (my team at work) were wondering if the Alpine Linux images could get additional tags where the used Alpine Linux version would be part of the tag?...