[es] Upgrade to 1.7.0 and add /conf/env override feature

fixes #39 and #40
This commit is contained in:
Geoff Bourne
2015-07-23 20:46:06 -05:00
parent 19b77ba18b
commit 53932e64f2
3 changed files with 20 additions and 1 deletions
Regular → Executable
+1 -1
View File
@@ -2,7 +2,7 @@ FROM itzg/ubuntu-openjdk-7
MAINTAINER itzg
ENV ES_VERSION 1.6.0
ENV ES_VERSION 1.7.0
RUN wget -qO /tmp/es.tgz https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ES_VERSION.tar.gz && \
cd /usr/share && \