summaryrefslogtreecommitdiffstats
path: root/Dockerfile.rhel7
Commit message (Collapse)AuthorAgeFilesLines
* Moving Dockerfile content to images dirjupierce2017-05-081-45/+0
|
* installer: support running as a system containerGiuseppe Scrivano2017-05-031-0/+3
| | | | | | | | | Example: atomic install --system --set INVENTORY_FILE=$(pwd)/hosts.inventory \ --set SSH_ROOT=/root/.ssh \ --set PLAYBOOK_FILE=./playbooks/byo/config.yml openshift-ansible Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Add python-boto requirementPep Turró Mauri2017-04-251-1/+2
| | | | The AWS inventory (inventory/aws/hosts/ec2.py) uses the Boto library.
* Update Dockerfile.rhel7 to reflect changes to DockerfilePep Turró Mauri2017-03-231-19/+34
| | | | | | | The Dockerfile in the repo was updated to build upon playbook2image. This change updates de product version to reflect that change. Also updating the labels to the new format.
* Dockerfile and docs to run containerized playbooksPep Turró Mauri2017-03-061-0/+26
Update openshift-ansible's Dockerfile to use playbook2image as a base, with the goal to run an arbitrary playbook from a container. The existing Dockerfile is moved to Dockerfile.rhel7 for the productized version and will be updated to use playbook2image later.