summaryrefslogtreecommitdiffstats
path: root/README_CONTAINER_IMAGE.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix container image build referencesPep Turró Mauri2017-05-121-2/+2
| | | | | | | | | Updating some files to account for recent changes: - Commit fbadeb4 moved the location of the Dockerfiles - playbook2image is now available from the openshift org - downstream image is building with boto 2.34 Adjusting image build scripts and documentation to match these changes.
* docs: Add basic system container dev docsSteve Milner2017-05-031-0/+23
|
* Move container build instructions to BUILD.mdPep Turró Mauri2017-04-241-15/+2
|
* Elaborate container image usage instructionsPep Turró Mauri2017-04-241-7/+26
| | | | | Explain that the base image expects to run as non-root and the implications of this, and expand the example 'docker run' options in detail.
* Add example scheduled certificate checkPep Turró Mauri2017-04-061-1/+3
| | | | | | | | | | Additional certificate expiration check playbooks: - one that that uploads the generated reports to a location in the masters - one that uses custom report paths with timestamps OpenShift Job and ScheduledJob examples that use these playbooks run from a container to check cluster certificates from within the cluster itself.
* Minor updates to README_CONTAINER_IMAGE.mdPep Turró Mauri2017-03-101-7/+7
| | | | Fix link to the example role, prefix image name with openshift/.
* Dockerfile and docs to run containerized playbooksPep Turró Mauri2017-03-061-0/+41
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.