Up to go 1.6.2.

This commit is contained in:
Joe Finney 2016-04-22 14:21:52 -07:00
parent 727eed2716
commit 009ea19bf6
6 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
# This file creates a standard build environment for building cross
# platform go binary for the architecture kubernetes cares about.
FROM golang:1.6.0
FROM golang:1.6.2
ENV GOARM 6
ENV KUBE_DYNAMIC_CROSSPLATFORMS \

View File

@ -1 +1 @@
v1.6.0-2
v1.6.2-1

View File

@ -38,5 +38,5 @@ docker run --rm=true -i \
-e "HOME=/workspace" \
-e "WORKSPACE=/workspace" \
"${METADATA_SERVER_ADD_HOST_ARGS[@]:+${METADATA_SERVER_ADD_HOST_ARGS[@]}}" \
gcr.io/google_containers/kubekins-test:0.9 \
gcr.io/google_containers/kubekins-test:0.11 \
bash -c "bash <(curl -fsS --retry 3 'https://raw.githubusercontent.com/kubernetes/kubernetes/master/hack/jenkins/e2e-runner.sh')"

View File

@ -45,5 +45,5 @@ docker run --rm=true \
-e "KUBE_VERIFY_GIT_BRANCH=${KUBE_VERIFY_GIT_BRANCH:-}" \
-e "REPO_DIR=${REPO_DIR}" \
-e "HOST_ARTIFACTS_DIR=${HOST_ARTIFACTS_DIR}" \
-i gcr.io/google_containers/kubekins-test:0.9 \
-i gcr.io/google_containers/kubekins-test:0.11 \
bash -c "cd kubernetes && ./hack/jenkins/test-dockerized.sh"

View File

@ -15,7 +15,7 @@
# This file creates a build environment for building and running kubernetes
# unit and integration tests
FROM golang:1.6
FROM golang:1.6.2
MAINTAINER Jeff Lowdermilk <jeffml@google.com>
ENV WORKSPACE /workspace

View File

@ -14,7 +14,7 @@
all: push
TAG = 0.9
TAG = 0.11
container:
docker build -t gcr.io/google_containers/kubekins-test .