updated fluentd to 1.5.1, es & kibana to 7.1.1

Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
André Bauer
2019-07-03 12:26:55 +02:00
parent ca342ecb5a
commit 146d7c85dc
8 changed files with 19 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ COPY elasticsearch_logging_discovery.go go.mod go.sum /
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -ldflags "-w" -o /elasticsearch_logging_discovery /elasticsearch_logging_discovery.go
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.7.2
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:7.1.1
VOLUME ["/data"]
EXPOSE 9200 9300

View File

@@ -16,7 +16,7 @@
PREFIX = quay.io/fluentd_elasticsearch
IMAGE = elasticsearch
TAG = v6.7.2
TAG = v7.1.1
build:
docker build --tag ${PREFIX}/${IMAGE}:${TAG} .