mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-03-04 23:27:17 +00:00
[es][kibana] Upgrade to 5.1.2
This commit is contained in:
parent
9fe0021a7a
commit
4a7ecffcbb
3 changed files with 14 additions and 2 deletions
|
@ -4,7 +4,7 @@ MAINTAINER itzg
|
|||
|
||||
RUN apk -U add bash
|
||||
|
||||
ENV ES_VERSION=5.1.1
|
||||
ENV ES_VERSION=5.1.2
|
||||
|
||||
ADD https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$ES_VERSION.tar.gz /tmp/es.tgz
|
||||
RUN cd /usr/share && \
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM openjdk:8u111-jre
|
|||
|
||||
MAINTAINER itzg
|
||||
|
||||
ENV KIBANA_VERSION 5.1.1
|
||||
ENV KIBANA_VERSION 5.1.2
|
||||
|
||||
ADD https://artifacts.elastic.co/downloads/kibana/kibana-${KIBANA_VERSION}-linux-x86_64.tar.gz /tmp/kibana.tgz
|
||||
|
||||
|
|
12
kibana/docker-compose-test.yml
Normal file
12
kibana/docker-compose-test.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
version: '2'
|
||||
|
||||
services:
|
||||
es:
|
||||
build: ../elasticsearch
|
||||
ports:
|
||||
- "9200:9200"
|
||||
|
||||
kibana:
|
||||
build: .
|
||||
ports:
|
||||
- "5601:5601"
|
Loading…
Add table
Reference in a new issue