A slimmed-down Ubuntu-based container image used as the basis of Deis Workflow and other components.
Start your Dockerfile with this line:
FROM quay.io/deis/base:v0.3.4
There isn't a :latest tag, because tagged container images should be immutable.
The latest deis/base image is available at:
-
docker pull quay.io/deis/base:v0.3.4 -
docker pull deis/base:v0.3.4