rev etcd to 2.0.12

This commit is contained in:
Brendan Burns 2015-06-19 15:57:32 -07:00 committed by Zach Loafman
parent b81d88d52d
commit 00ff4245e0
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -7,7 +7,7 @@
"containers":[ "containers":[
{ {
"name": "etcd-container", "name": "etcd-container",
"image": "gcr.io/google_containers/etcd:2.0.9", "image": "gcr.io/google_containers/etcd:2.0.12",
"command": [ "command": [
"/usr/local/bin/etcd", "/usr/local/bin/etcd",
"--addr", "--addr",