Bump fluentd-es image version

This commit is contained in:
Mik Vyatskov
2016-11-22 12:03:46 +01:00
parent 46c671676f
commit 81eeeec894
2 changed files with 5 additions and 4 deletions

View File

@@ -14,11 +14,12 @@
.PHONY: build push
PREFIX = gcr.io/google_containers
IMAGE = fluentd-elasticsearch
TAG = 1.19
TAG = 1.20
build:
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
docker build -t $(PREFIX)/$(IMAGE):$(TAG) .
push:
gcloud docker --server=gcr.io -- push gcr.io/google_containers/$(IMAGE):$(TAG)
gcloud docker --server=gcr.io -- push $(PREFIX)/$(IMAGE):$(TAG)