Modify Fluentd to ES setup to pass flags

This commit is contained in:
Satnam Singh
2015-03-10 09:37:31 -07:00
parent 8fd33476f0
commit 3ce0ede78e
3 changed files with 6 additions and 3 deletions

View File

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