Skip to content

Commit

Permalink
test: Using latest Redis Enterprise docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jul 22, 2022
1 parent ed375a4 commit a997be3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ protected Collection<RedisServer> redisServers() {
return Arrays.asList(
new RedisModulesContainer(
RedisModulesContainer.DEFAULT_IMAGE_NAME.withTag(RedisModulesContainer.DEFAULT_TAG)),
new RedisEnterpriseContainer(
RedisEnterpriseContainer.DEFAULT_IMAGE_NAME.withTag(RedisEnterpriseContainer.DEFAULT_TAG))
new RedisEnterpriseContainer(RedisEnterpriseContainer.DEFAULT_IMAGE_NAME.withTag("latest"))
.withDatabase(Database.name("RedisKafkaConnectTests").memory(DataSize.ofMegabytes(100))
.ossCluster(true).modules(RedisModule.SEARCH, RedisModule.JSON, RedisModule.TIMESERIES)
.build()));
Expand Down

0 comments on commit a997be3

Please sign in to comment.