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 aba6aa4 + 5402baf commit 5639e1fCopy full SHA for 5639e1f
build/common.sh
@@ -39,7 +39,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
39
40
# Constants
41
readonly KUBE_BUILD_IMAGE_REPO=kube-build
42
-KUBE_BUILD_IMAGE_CROSS_TAG="$(cat "${KUBE_ROOT}/build/build-image/cross/VERSION")"
+KUBE_BUILD_IMAGE_CROSS_TAG="${KUBE_CROSS_VERSION:-"$(cat "${KUBE_ROOT}/build/build-image/cross/VERSION")"}"
43
readonly KUBE_BUILD_IMAGE_CROSS_TAG
44
45
readonly KUBE_DOCKER_REGISTRY="${KUBE_DOCKER_REGISTRY:-registry.k8s.io}"
0 commit comments