@@ -2,7 +2,7 @@ services:
22 redis1-2-5-8-sentinel :
33 sysctls :
44 - net.ipv6.conf.all.disable_ipv6=1
5- image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M01 }"
5+ image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M02 }"
66 container_name : redis1-2-5-8-sentinel
77 # network_mode: host
88 environment :
@@ -25,7 +25,7 @@ services:
2525 redis3-4-sentinel :
2626 sysctls :
2727 - net.ipv6.conf.all.disable_ipv6=1
28- image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M01 }"
28+ image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M02 }"
2929 container_name : redis3-4-sentinel
3030 # network_mode: host
3131 environment :
@@ -48,7 +48,7 @@ services:
4848 redis6-7-sentinel :
4949 sysctls :
5050 - net.ipv6.conf.all.disable_ipv6=1
51- image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M01 }"
51+ image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M02 }"
5252 container_name : redis6-7-sentinel
5353 # network_mode: host
5454 environment :
@@ -65,7 +65,7 @@ services:
6565 redis9-sentinel :
6666 sysctls :
6767 - net.ipv6.conf.all.disable_ipv6=1
68- image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M01 }"
68+ image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M02 }"
6969 container_name : redis9-sentinel
7070 # network_mode: host
7171 environment :
@@ -85,7 +85,7 @@ services:
8585 redis10-11 :
8686 sysctls :
8787 - net.ipv6.conf.all.disable_ipv6=1
88- image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M01 }"
88+ image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M02 }"
8989 container_name : redis10-11
9090 # network_mode: host
9191 environment :
@@ -99,7 +99,7 @@ services:
9999 redis-unavailable :
100100 sysctls :
101101 - net.ipv6.conf.all.disable_ipv6=1
102- image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M01 }"
102+ image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M02 }"
103103 container_name : redis-unavailable-1
104104 # network_mode: host
105105 environment :
@@ -113,7 +113,7 @@ services:
113113 cluster-unbound :
114114 sysctls :
115115 - net.ipv6.conf.all.disable_ipv6=1
116- image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M01 }"
116+ image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M02 }"
117117 container_name : cluster-unbound-1
118118 environment :
119119 - TLS_ENABLED=yes
@@ -128,7 +128,7 @@ services:
128128 cluster-stable :
129129 sysctls :
130130 - net.ipv6.conf.all.disable_ipv6=1
131- image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M01 }"
131+ image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_VERSION:-8.0-M02 }"
132132 container_name : cluster-stable-1
133133 # network_mode: host
134134 command : --cluster-announce-ip 127.0.0.1
@@ -151,7 +151,7 @@ services:
151151 - " 6479:6379"
152152# todo find a way to connect from mac os host to exposed unix socket in container
153153# redis_uds:
154- # image: redis:8.0-M01
154+ # image: redis:8.0-M02
155155# container_name: redis_uds
156156# #network_mode: host
157157# command: redis-server /etc/redis.conf
0 commit comments