File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ MAINTAINER itzg
44
55RUN apk -U add bash
66
7- ENV ES_VERSION=5.1.1
7+ ENV ES_VERSION=5.1.2
88
99ADD https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$ES_VERSION.tar.gz /tmp/es.tgz
1010RUN cd /usr/share && \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM openjdk:8u111-jre
22
33MAINTAINER itzg
44
5- ENV KIBANA_VERSION 5.1.1
5+ ENV KIBANA_VERSION 5.1.2
66
77ADD https://artifacts.elastic.co/downloads/kibana/kibana-${KIBANA_VERSION}-linux-x86_64.tar.gz /tmp/kibana.tgz
88
Original file line number Diff line number Diff line change 1+ version : ' 2'
2+
3+ services :
4+ es :
5+ build : ../elasticsearch
6+ ports :
7+ - " 9200:9200"
8+
9+ kibana :
10+ build : .
11+ ports :
12+ - " 5601:5601"
You can’t perform that action at this time.
0 commit comments