1
0
mirror of https://github.com/dcarrillo/docker-nginx.git synced 2025-11-20 03:12:36 +00:00

Bump nginx to 1.23.1, Alpine to 3.16 and remove geoip support (#23)

This commit is contained in:
2022-07-25 20:47:36 +02:00
committed by GitHub
parent fb1e810b54
commit 5f90de281b
8 changed files with 6 additions and 95 deletions

View File

@@ -6,7 +6,6 @@ Nginx docker image with a minimal set of modules.
Current modules:
- [geoip2](https://github.com/leev/ngx_http_geoip2_module)
- stream
- http_ssl_module
- http_v2_module
@@ -18,7 +17,6 @@ Edit [conf.env](conf.env)
```bash
NGINX_VERSION=x.xx.x # Nginx version to build from
NGX_GEOIP2_VERSION=x.x # Nginx geoip2 version to build from
DOCKER_IMAGE=dcarrillo/nginx # Docker image
```
@@ -46,9 +44,9 @@ Build locally, tag image as latest and upload to a registry (you must be logged
Prerequisites:
- docker
- openssl
- curl
- docker
- openssl
- curl
```bash
# build local image
@@ -57,9 +55,3 @@ Prerequisites:
# run tests
./tests/test.sh
```
## Who is using this image
[ifconfig.es](https://ifconfig.es) is a web service that displays information about your
connection, including IP address, geolocation and request http headers. You can easily get
your public ip address using curl, wget and other command-line http clients.