summaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Dockerfile: Require pyOpenSSLGiuseppe Scrivano2016-01-261-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Updated Dockerfile not to clone openshift-ansible repo.Avesh Agarwal2015-08-141-0/+17
| | | | | Movied Dockerfile to openshift-ansible repo root and updated README_ANSIBLE_CONTAINER.md file.
* Added README_ANSIBLE.md file that contains instructions to build and runAvesh Agarwal2015-08-141-15/+0
| | | | | ansible in a docker container, and also modified Dockerfile to replace CMD with ENTRYPOINT to run the container as executable.
* Changes to Dockerfile to make it work with openshift-ansible andAvesh Agarwal2015-08-141-10/+3
| | | | also added privileged flag to allow sharing host network and host dirs.
* add RHEL7 DockerfileAaron Weitekamp2015-08-141-0/+22
This Dockerfile packages ansible and the playbook as a container image. It's a proof of concept as it makes some assumptions: - bindmounts private key ~/.ssh/id_rsa - default cmd executes the byo playbook