Support service connections for redis-stack and redis-stack-server

See gh-41327
This commit is contained in:
Eddú Meléndez
2024-07-04 21:57:08 -06:00
committed by Andy Wilkinson
parent 2216b48e64
commit 2634d0c6b1
9 changed files with 253 additions and 7 deletions

View File

@@ -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.
*/