jdkelley/nginx

By jdkelley

Updated over 5 years ago

Image

100

nginx

Currently the alpine based Nginx container on Docker Hub has two security vulnerabilities (CVE-2019-1549 and CVE-2019-1563) around OpenSSL. There is a Github ticket to resolve these CVEs but there is no telling when this will be shipped in the docker-alpine repo.

This container is a convenience image I am using so I know I am using a patched nginx container.

Usage

In your Dockerfile:

FROM jdkelley/nginx:latest
...
Deployed

This is deployed on Docker Hub and GitHub Package Registry.

Docker Pull Command

docker pull jdkelley/nginx