Merge pull request #22074 from a-robinson/images

Update the logging images to parse sub-second docker timestamps.
This commit is contained in:
Alex Robinson
2016-03-04 09:04:33 -08:00
5 changed files with 5 additions and 5 deletions

View File

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