Trim cluster log tags to pod name and container name

This commit is contained in:
Satnam Singh
2015-04-29 18:21:43 -07:00
parent ee27094238
commit e65f0aafd5
4 changed files with 12 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: build push
IMAGE = fluentd-elasticsearch
TAG = 1.4
TAG = 1.5
build:
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .