We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c10f1e5 + abd8e0f commit e5ce179Copy full SHA for e5ce179
contrib/kind-helm.sh
@@ -280,7 +280,12 @@ build_ovn_image() {
280
# Find all built executables, but ignore the 'windows' directory if it exists
281
find ../../go-controller/_output/go/bin/ -maxdepth 1 -type f -exec cp -f {} . \;
282
echo "ref: $(git rev-parse --symbolic-full-name HEAD) commit: $(git rev-parse HEAD)" > git_info
283
- $OCI_BIN build -t "${OVN_IMAGE}" -f Dockerfile.fedora .
+ $OCI_BIN build \
284
+ --build-arg http_proxy="$http_proxy" \
285
+ --build-arg https_proxy="$https_proxy" \
286
+ --network=host \
287
+ -t "${OVN_IMAGE}" \
288
+ -f Dockerfile.fedora .
289
popd
290
}
291
0 commit comments