diff options
author | Pep TurrĂ³ Mauri <pep@redhat.com> | 2017-02-13 16:22:20 +0100 |
---|---|---|
committer | Pep TurrĂ³ Mauri <pep@redhat.com> | 2017-03-06 17:54:01 +0100 |
commit | f1b6aa212e32fa711bb8cab42b62260dcfad252c (patch) | |
tree | 04e77ca144e67a3dcc2d73b44f257fe86ec4fe7a /.dockerignore | |
parent | 6a002fb9641d2631038bba8d80e5467f312fa0db (diff) | |
download | openshift-f1b6aa212e32fa711bb8cab42b62260dcfad252c.tar.gz openshift-f1b6aa212e32fa711bb8cab42b62260dcfad252c.tar.bz2 openshift-f1b6aa212e32fa711bb8cab42b62260dcfad252c.tar.xz openshift-f1b6aa212e32fa711bb8cab42b62260dcfad252c.zip |
Dockerfile and docs to run containerized playbooks
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.
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..968811df5 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,8 @@ +.* +bin +docs +test +utils +**/*.md +*.spec +setup* |