Skip to content

Commit

Permalink
Restore use of oc ex dockerbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Nov 4, 2016
1 parent ef0a89d commit f189ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/build-base-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ -z "${oc}" ]]; then
fi

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

# Build the images
Expand Down
2 changes: 1 addition & 1 deletion hack/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [[ -z "${oc}" ]]; then
fi

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

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

0 comments on commit f189ede

Please sign in to comment.