Update the default fluentd images to parse system logs.

This commit is contained in:
Alex Robinson
2016-02-04 23:29:27 +00:00
parent 592da85a81
commit e5c5f76402
5 changed files with 5 additions and 5 deletions

View File

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