Elasticsearch: Update base image

This updates the base image used for Elasticsearch version 7.1.0
to the open source base image instead of the base image with
the basic xpack licenses included

Change-Id: I93af336099f9477b2522e6dd4ed776954a030081
Signed-off-by: Steve Wilkerson <sw5822@att.com>
This commit is contained in:
Steve Wilkerson 2019-11-18 16:14:52 -06:00
parent e06dfa0189
commit 5c9606e6e5

View File

@ -1,4 +1,4 @@
FROM docker.io/elastic/elasticsearch:7.1.0
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:7.1.0
RUN wget -O jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 \
&& chmod +x ./jq \