mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Move branch-specific test env out of the kubekins-test image
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
all: push
|
||||
|
||||
TAG = 0.1
|
||||
TAG = 0.2
|
||||
|
||||
container:
|
||||
docker build -t gcr.io/google_containers/kubekins-test .
|
||||
|
Reference in New Issue
Block a user