mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Allow a custom kube-cross image + tag to be specified
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
# limitations under the License.
|
||||
|
||||
# This file creates a standard build environment for building Kubernetes
|
||||
ARG KUBE_BUILD_IMAGE_CROSS_TAG
|
||||
ARG KUBE_BASE_IMAGE_REGISTRY
|
||||
ARG KUBE_CROSS_IMAGE
|
||||
ARG KUBE_CROSS_VERSION
|
||||
|
||||
FROM ${KUBE_BASE_IMAGE_REGISTRY}/kube-cross:${KUBE_BUILD_IMAGE_CROSS_TAG}
|
||||
FROM ${KUBE_CROSS_IMAGE}:${KUBE_CROSS_VERSION}
|
||||
|
||||
# Mark this as a kube-build container
|
||||
RUN touch /kube-build-image
|
||||
|
Reference in New Issue
Block a user