Add a prefix to the POS file for Fluentd to Elasticsearch

This commit is contained in:
Satnam Singh
2015-03-17 13:13:03 -07:00
parent a62673d226
commit 985d5c1f95
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
.PHONY: build push
TAG = 1.2
TAG = 1.3
build:
sudo docker build -t kubernetes/fluentd-elasticsearch:$(TAG) .