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:
Marco Miller
2020-04-08 10:03:27 -04:00
parent 2c1340ff19
commit 4a6b0593ef
3 changed files with 0 additions and 27 deletions

View File

@@ -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: