Commit 00ff4245 authored by Brendan Burns's avatar Brendan Burns Committed by Zach Loafman

rev etcd to 2.0.12

parent b81d88d5
.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 ...@@ -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
...@@ -7,7 +7,7 @@ ...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment