Skip to content

Commit

Permalink
Downgrade elasticsearch to 5.6.5
Browse files Browse the repository at this point in the history
Downgrade elasticsearch from 6.0.1 to 5.6.5 for heapster sink compatiblity.
See kubernetes-retired/heapster#1909
  • Loading branch information
plaurin84 authored Dec 12, 2017
1 parent f846c79 commit 441a658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:6.0.1
FROM docker.elastic.co/elasticsearch/elasticsearch:5.6.5
MAINTAINER Patrick Laurin <[email protected]>
RUN wget https://packages.elastic.co/curator/5/centos/7/Packages/elasticsearch-curator-5.4.1-1.x86_64.rpm
RUN rpm -ivh elasticsearch-curator-5.4.1-1.x86_64.rpm
Expand Down

0 comments on commit 441a658

Please sign in to comment.