Skip to content

Commit f189ede

Browse files
committedNov 4, 2016
Restore use of oc ex dockerbuild
1 parent ef0a89d commit f189ede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎hack/build-base-images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [[ -z "${oc}" ]]; then
1212
fi
1313

1414
function build() {
15-
eval "docker build ${OS_BUILD_IMAGE_ARGS:-} -t $1 $2"
15+
eval "'${oc}' ex dockerbuild $2 $1 ${OS_BUILD_IMAGE_ARGS:-}"
1616
}
1717

1818
# Build the images

‎hack/build-images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if [[ -z "${oc}" ]]; then
5151
fi
5252

5353
function build() {
54-
eval "docker build ${OS_BUILD_IMAGE_ARGS:-} -t $1 $2"
54+
eval "'${oc}' ex dockerbuild $2 $1 ${OS_BUILD_IMAGE_ARGS:-}"
5555
}
5656

5757
# Create link to file if the FS supports hardlinks, otherwise copy the file

0 commit comments

Comments
 (0)
Please sign in to comment.