Ubuntu 14.04 LTS with ansible
500K+
Ansible no longer maintains images in Dockerhub directly. There are several Ansible images on Dockerhub that are maintained by members of the Ansible community, which you can find with the following search:
Community Maintained Ansible Images
These are base docker images that include ansible. Ansible maintains these images so that people can easily build docker images using ansible playbooks.
The images in this repository use ubuntu14.04 as their base. If you'd rather base your image on centos7 , please see:
https://registry.hub.docker.com/u/ansible/centos7-ansible/
devel and latest point to an image built with a recent checkout of ansible's development branch.
stable is built with the latest ansible release on pypi.
The $major.$minor tags are useful if you have to use a specific older version of the images for some reason. Note that we do not build new versions of these older images. We only build for versions that correspond to the devel and stable tags.
A simple example of using this to build a Docker image using a playbook can be found in the source repository:
https://github.com/ansible/ansible-docker-base/tree/master/examples/webserver-simple
If you are using a docker hub automated build to build your images you can set your image to rebuild whenever the base ansible image is updated:
Content type
Image
Digest
sha256:a7ead7e98…
Size
210.3 MB
Last updated
almost 11 years ago
docker pull ansible/ubuntu14.04-ansible