From e6db084354d06a077cb3b8c2a5fe7d6e046712ba Mon Sep 17 00:00:00 2001 From: Ilya Zuyev Date: Tue, 2 Mar 2021 13:09:20 -0800 Subject: [PATCH] Restore comment about kube-cross image version in Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 604f20f8b4..a1cfd27149 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,9 @@ COMMIT ?= $(if $(shell git status --porcelain --untracked-files=no),"${COMMIT_NO COMMIT_SHORT = $(shell git rev-parse --short HEAD 2> /dev/null || true) HYPERKIT_BUILD_IMAGE ?= karalabe/xgo-1.12.x +# NOTE: "latest" as of 2021-02-06. kube-cross images aren't updated as often as Kubernetes +# https://github.com/kubernetes/kubernetes/blob/master/build/build-image/cross/VERSION +# BUILD_IMAGE ?= us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v$(GO_VERSION)-1 ISO_BUILD_IMAGE ?= $(REGISTRY)/buildroot-image