mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Fixed the Dockerfile for the build-image to build from KUBE_BASE_IMAGE_REGISTRY
related: https://github.ibm.com/alchemy-containers/armada-update/issues/1791
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
|
||||
# This file creates a standard build environment for building Kubernetes
|
||||
ARG KUBE_BUILD_IMAGE_CROSS_TAG
|
||||
ARG KUBE_BASE_IMAGE_REGISTRY
|
||||
|
||||
FROM k8s.gcr.io/build-image/kube-cross:${KUBE_BUILD_IMAGE_CROSS_TAG}
|
||||
FROM ${KUBE_BASE_IMAGE_REGISTRY}/kube-cross:${KUBE_BUILD_IMAGE_CROSS_TAG}
|
||||
|
||||
# Mark this as a kube-build container
|
||||
RUN touch /kube-build-image
|
||||
|
Reference in New Issue
Block a user