Move branch-specific test env out of the kubekins-test image

This commit is contained in:
Jeff Lowdermilk
2015-10-29 17:12:57 -07:00
parent 887b9dd78a
commit 39965b67ce
4 changed files with 5 additions and 5 deletions

View File

@@ -18,8 +18,6 @@
FROM golang:1.4
MAINTAINER Jeff Lowdermilk <jeffml@google.com>
ENV KUBE_TEST_API_VERSIONS v1,extensions/v1beta1
ENV KUBE_TEST_ETCD_PREFIXES registry
ENV WORKSPACE /workspace
ENV TERM xterm

View File

@@ -1,6 +1,6 @@
all: push
TAG = 0.1
TAG = 0.2
container:
docker build -t gcr.io/google_containers/kubekins-test .