Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
upgrade elasticsearch, logstash, kibana and elastalert versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBesson committed Sep 5, 2016
1 parent 8ae74d0 commit 5d46eae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jhipster-alerter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update
RUN apt-get -y install curl

ENV SET_CONTAINER_TIMEZONE false
ENV ELASTALERT_VERSION 0.0.81
ENV ELASTALERT_VERSION 0.0.95
ENV CONTAINER_TIMEZONE America/Los_Angeles
ENV ELASTALERT_URL https://github.com/Yelp/elastalert/archive/v${ELASTALERT_VERSION}.tar.gz

Expand Down
2 changes: 1 addition & 1 deletion jhipster-console/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kibana:4.5.1
FROM kibana:4.6.0

RUN apt-get update
RUN apt-get -y install curl
Expand Down
2 changes: 1 addition & 1 deletion jhipster-elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM elasticsearch:2.3.3
FROM elasticsearch:2.4.0

VOLUME ["/usr/share/elasticsearch/data"]
4 changes: 2 additions & 2 deletions jhipster-logstash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM logstash:2.3.2-1
FROM logstash:2.4.0-1

ADD conf/logstash.conf /conf/
VOLUME ["/conf"]
VOLUME ["/conf"]

0 comments on commit 5d46eae

Please sign in to comment.