/docker-nginx-alpine-edge

NGINX Alpine Dockerfiles with TLSv1.3 support

Primary LanguageDockerfileBSD 2-Clause "Simplified" LicenseBSD-2-Clause

NGINX with support for TLSv1.3

This is a copy of the official Docker image for nginx that supports TLSv1.3.

The official image does not support TLSv1.3 and this is not going to change until Alpine edge gets tagged as version 3.9 or the current Debian testing release Buster becomes the new stable which will take even more time.

Supported tags and respective Dockerfile links

See the official Hub page for the full readme on how to use the Docker image and for information regarding contributing and issues.

Changes

Nginx requires openssl 1.1.1 to support TLSv1.3 which is available with the alpine:edge base image. Thus, the only change made was replacing alpine:3.8 with alpine:edge.

Limitations

The Docker images with Debian Buster and Nginx 1.14 did not work out of the box. It should not be too difficult to adapt those images as well but I have no need for them. You are very welcome to contribute. :)