[es] upgrade to 2.3.0 and switch to Java 8

This commit is contained in:
Geoff Bourne
2016-04-01 21:54:54 -05:00
parent 786192e4b7
commit 21c9be4ec1

View File

@@ -1,8 +1,8 @@
FROM itzg/ubuntu-openjdk-7
FROM java:openjdk-8u72-jdk
MAINTAINER itzg
ENV ES_VERSION 2.1.0
ENV ES_VERSION 2.3.0
RUN wget -qO /tmp/es.tgz https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/$ES_VERSION/elasticsearch-$ES_VERSION.tar.gz && \
cd /usr/share && \