mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
build: Use Go version in cross image tag
The new tag format is cross-<go version>-<cross version>, starting with cross-1.5.3-1. Also bump the image we pre-pull / warn-on to 1.5.3 Fixes #19990
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
|
||||
# This file creates a standard build environment for building Kubernetes
|
||||
|
||||
FROM kube-build:cross
|
||||
# We replace KUBE_BUILD_IMAGE_CROSS in build/common.sh with the actual
|
||||
# cross-build image tag.
|
||||
FROM KUBE_BUILD_IMAGE_CROSS
|
||||
|
||||
MAINTAINER Joe Beda <jbeda@google.com>
|
||||
|
||||
# (set an explicit GOARM of 5 for maximum compatibility)
|
||||
|
Reference in New Issue
Block a user