diff options
author | Pep TurrĂ³ Mauri <pep@redhat.com> | 2017-05-12 14:26:00 +0200 |
---|---|---|
committer | Pep TurrĂ³ Mauri <pep@redhat.com> | 2017-05-12 19:03:59 +0200 |
commit | 4f95f55b60d48eabfcf69e9828e6fd655b3683c4 (patch) | |
tree | e0bb8c079c547c659d89622b701c04f63e273efe /hack | |
parent | 57185bdd2415d4bbdeb6d18dfdaea65d0c440ae1 (diff) | |
download | openshift-4f95f55b60d48eabfcf69e9828e6fd655b3683c4.tar.gz openshift-4f95f55b60d48eabfcf69e9828e6fd655b3683c4.tar.bz2 openshift-4f95f55b60d48eabfcf69e9828e6fd655b3683c4.tar.xz openshift-4f95f55b60d48eabfcf69e9828e6fd655b3683c4.zip |
Fix container image build references
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.
Diffstat (limited to 'hack')
-rwxr-xr-x | hack/build-images.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/build-images.sh b/hack/build-images.sh index f6210e239..3e9896caa 100755 --- a/hack/build-images.sh +++ b/hack/build-images.sh @@ -10,7 +10,7 @@ source_root=$(dirname "${0}")/.. prefix="openshift/openshift-ansible" version="latest" verbose=false -options="" +options="-f images/installer/Dockerfile" help=false for args in "$@" |