Skip to content

Commit

Permalink
Downgrade elasticsearch docker image to 6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFran committed Jan 15, 2019
1 parent f55f169 commit bd49df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/generator-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const DOCKER_ORACLE = 'sath89/oracle-12c:latest';
const DOCKER_HAZELCAST_MANAGEMENT_CENTER = 'hazelcast/management-center:3.11';
const DOCKER_MEMCACHED = 'memcached:1.5.12-alpine';
const DOCKER_KEYCLOAK = 'jboss/keycloak:4.6.0.Final';
const DOCKER_ELASTICSEARCH = 'elasticsearch:6.4.3'; // docker.elastic.co/elasticsearch/elasticsearch-oss:6.5.1
const DOCKER_ELASTICSEARCH = 'elasticsearch:6.2.4'; // The version should be coerent with the one from spring-data-elasticsearch project
const DOCKER_KAFKA = 'wurstmeister/kafka:2.11-2.0.1';
const DOCKER_ZOOKEEPER = 'wurstmeister/zookeeper:3.4.6';
const DOCKER_SONAR = 'sonarqube:7.1';
Expand Down

0 comments on commit bd49df7

Please sign in to comment.