jdkelley/alpine

By jdkelley

Updated over 5 years ago

Image
0

149

alpine

Currently the Alpine 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 alpine container.

Usage

In your Dockerfile:

FROM jdkelley/alpine:latest
...
Deployed

This is deployed on Docker Hub and GitHub Package Registry.

Docker Pull Command

docker pull jdkelley/alpine