summaryrefslogtreecommitdiffstats
path: root/hack
diff options
context:
space:
mode:
authorPep TurrĂ³ Mauri <pep@redhat.com>2017-05-12 14:26:00 +0200
committerPep TurrĂ³ Mauri <pep@redhat.com>2017-05-12 19:03:59 +0200
commit4f95f55b60d48eabfcf69e9828e6fd655b3683c4 (patch)
treee0bb8c079c547c659d89622b701c04f63e273efe /hack
parent57185bdd2415d4bbdeb6d18dfdaea65d0c440ae1 (diff)
downloadopenshift-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-xhack/build-images.sh2
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 "$@"