summaryrefslogtreecommitdiffstats
path: root/hack
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-05-19 13:14:51 -0500
committerGitHub <noreply@github.com>2017-05-19 13:14:51 -0500
commit46dca9b8b15ed67adfa2ca617f300e5d1df7c3e0 (patch)
tree13642ca2ceceafdd7dc49998d1e11778ea8de3be /hack
parent177beab3244eb9bfd581dc2cb52955dea81cba09 (diff)
parent4f95f55b60d48eabfcf69e9828e6fd655b3683c4 (diff)
downloadopenshift-46dca9b8b15ed67adfa2ca617f300e5d1df7c3e0.tar.gz
openshift-46dca9b8b15ed67adfa2ca617f300e5d1df7c3e0.tar.bz2
openshift-46dca9b8b15ed67adfa2ca617f300e5d1df7c3e0.tar.xz
openshift-46dca9b8b15ed67adfa2ca617f300e5d1df7c3e0.zip
Merge pull request #4175 from codificat/20170512-img-build-updates
Merged by openshift-bot
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 "$@"