summaryrefslogtreecommitdiffstats
path: root/hack/build-images.sh
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-06-08 14:23:58 -0400
committerGitHub <noreply@github.com>2017-06-08 14:23:58 -0400
commit51a4f39bf097b6acef51b827f4dfe2212642b478 (patch)
treedc6c091af739db2f09678500f4c3413164aada65 /hack/build-images.sh
parent7c6d6a7e1bba389ebbeec5fd5170a8b8dff6c442 (diff)
parent32b7b0aba720502c528d38af74a7b6163d0ec6fa (diff)
downloadopenshift-51a4f39bf097b6acef51b827f4dfe2212642b478.tar.gz
openshift-51a4f39bf097b6acef51b827f4dfe2212642b478.tar.bz2
openshift-51a4f39bf097b6acef51b827f4dfe2212642b478.tar.xz
openshift-51a4f39bf097b6acef51b827f4dfe2212642b478.zip
Merge pull request #4330 from codificat/20170531-image-rename
Merged by openshift-bot
Diffstat (limited to 'hack/build-images.sh')
-rwxr-xr-xhack/build-images.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/build-images.sh b/hack/build-images.sh
index 3e9896caa..ce421178f 100755
--- a/hack/build-images.sh
+++ b/hack/build-images.sh
@@ -7,7 +7,7 @@ set -o pipefail
STARTTIME=$(date +%s)
source_root=$(dirname "${0}")/..
-prefix="openshift/openshift-ansible"
+prefix="openshift/origin-ansible"
version="latest"
verbose=false
options="-f images/installer/Dockerfile"
@@ -44,7 +44,7 @@ if [ "$help" = true ]; then
echo "Options: "
echo " --prefix=PREFIX"
echo " The prefix to use for the image names."
- echo " default: openshift/openshift-ansible"
+ echo " default: openshift/origin-ansible"
echo
echo " --version=VERSION"
echo " The version used to tag the image"