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
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
......@@ -7,7 +7,7 @@
"containers":[
{
"name": "etcd-container",
"image": "gcr.io/google_containers/etcd:2.0.9",
"image": "gcr.io/google_containers/etcd:2.0.12",
"command": [
"/usr/local/bin/etcd",
"--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