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:
Zach Loafman
2016-01-22 09:08:35 -08:00
parent ef77ce7147
commit 07c304b43d
2 changed files with 8 additions and 8 deletions

View File

@@ -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)