We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0a89d commit f189edeCopy full SHA for f189ede
hack/build-base-images.sh
@@ -12,7 +12,7 @@ if [[ -z "${oc}" ]]; then
12
fi
13
14
function build() {
15
- eval "docker build ${OS_BUILD_IMAGE_ARGS:-} -t $1 $2"
+ eval "'${oc}' ex dockerbuild $2 $1 ${OS_BUILD_IMAGE_ARGS:-}"
16
}
17
18
# Build the images
hack/build-images.sh
@@ -51,7 +51,7 @@ if [[ -z "${oc}" ]]; then
51
52
53
54
55
56
57
# Create link to file if the FS supports hardlinks, otherwise copy the file
0 commit comments