Elasticsearch: Remove support for EOL 6.x versions
Remove support for Elasticsearch versions 6.[2-4], as they became EOL
recently [1]. Versions 6.{0,1} were never added in for Gerrit support.
[1] https://www.elastic.co/support/eol
Feature: Issue 12527
Change-Id: Ib0971eb98df4586920d364170d17591dd19aeed3
This commit is contained in:
@@ -38,12 +38,6 @@ public class ElasticContainer extends ElasticsearchContainer {
|
||||
|
||||
private static String getImageName(ElasticVersion version) {
|
||||
switch (version) {
|
||||
case V6_2:
|
||||
return "blacktop/elasticsearch:6.2.4";
|
||||
case V6_3:
|
||||
return "blacktop/elasticsearch:6.3.2";
|
||||
case V6_4:
|
||||
return "blacktop/elasticsearch:6.4.3";
|
||||
case V6_5:
|
||||
return "blacktop/elasticsearch:6.5.4";
|
||||
case V6_6:
|
||||
|
||||
Reference in New Issue
Block a user