Support service connections for redis-stack and redis-stack-server
See gh-41327
This commit is contained in:
committed by
Andy Wilkinson
parent
2216b48e64
commit
2634d0c6b1
@@ -183,6 +183,16 @@ public enum TestImage {
|
||||
(container) -> ((RedisContainer) container).withStartupAttempts(5)
|
||||
.withStartupTimeout(Duration.ofMinutes(10))),
|
||||
|
||||
/**
|
||||
* A container image suitable for testing Redis Stack.
|
||||
*/
|
||||
REDIS_STACK("redis/redis-stack", "7.2.0-v11"),
|
||||
|
||||
/**
|
||||
* A container image suitable for testing Redis Stack Server.
|
||||
*/
|
||||
REDIS_STACK_SERVER("redis/redis-stack-server", "7.2.0-v11"),
|
||||
|
||||
/**
|
||||
* A container image suitable for testing Redpanda.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user