mirror of https://github.com/k3s-io/k3s.git
Use v1.6.2-1 tag for build.
parent
879c1807c8
commit
f128b30318
|
@ -48,7 +48,7 @@ readonly KUBE_GCS_DELETE_EXISTING="${KUBE_GCS_DELETE_EXISTING:-n}"
|
|||
|
||||
# Constants
|
||||
readonly KUBE_BUILD_IMAGE_REPO=kube-build
|
||||
readonly KUBE_BUILD_IMAGE_CROSS_TAG="v1.6.0-2"
|
||||
readonly KUBE_BUILD_IMAGE_CROSS_TAG="v1.6.2-1"
|
||||
# KUBE_BUILD_DATA_CONTAINER_NAME=kube-build-data-<hash>"
|
||||
|
||||
# Here we map the output directories across both the local and remote _output
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
TAG?=0.5.5
|
||||
ARCH?=amd64
|
||||
REGISTRY?=gcr.io/google_containers
|
||||
KUBE_CROSS_TAG=v1.6.0-2
|
||||
KUBE_CROSS_TAG=v1.6.2-1
|
||||
GOARM=6
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
BASEIMAGE?=gcr.io/google_containers/debian-iptables-${ARCH}:v2
|
||||
|
|
Loading…
Reference in New Issue