Commit 1559fa8b authored by Zach Loafman's avatar Zach Loafman

Merge pull request #10140 from brendandburns/rev-etcd

rev etcd to 2.0.12
parents 1f4ece84 ec1e308a
.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:
......
...@@ -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.1", "image": "gcr.io/google_containers/etcd:2.0.12",
"command": [ "command": [
"/bin/sh", "/bin/sh",
"-c", "-c",
......
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