rev etcd to 2.0.12

pull/6/head
Brendan Burns 2015-06-19 15:57:32 -07:00
parent 0f3740501b
commit ec1e308ae2
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
.PHONY: clean build push
IMAGE = etcd
TAG = 2.0.9.1
ETCD_VERSION = 2.0.9
TAG = 2.0.12
ETCD_VERSION = 2.0.12
OUTPUT_DIR = $(IMAGE)-v$(ETCD_VERSION)-linux-amd64
clean:
@ -16,6 +16,6 @@ build: clean
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
push: build
gcloud preview docker push gcr.io/google_containers/$(IMAGE):$(TAG)
gcloud docker push gcr.io/google_containers/$(IMAGE):$(TAG)
all: push

View File

@ -7,7 +7,7 @@
"containers":[
{
"name": "etcd-container",
"image": "gcr.io/google_containers/etcd:2.0.9.1",
"image": "gcr.io/google_containers/etcd:2.0.12",
"command": [
"/bin/sh",
"-c",