File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2424
2525 # Mapping of redis version to redis testing containers
2626 declare -A redis_version_mapping=(
27- ["8.4.x"]="8.4-RC1-pre"
27+ ["8.4.x"]="8.4-RC1-pre.2 "
2828 ["8.2.x"]="8.2.1-pre"
2929 ["8.0.x"]="8.0.2"
3030 )
Original file line number Diff line number Diff line change 4444
4545 # Mapping of redis version to redis testing containers
4646 declare -A redis_version_mapping=(
47- ["8.4.x"]="8.4-RC1-pre"
47+ ["8.4.x"]="8.4-RC1-pre.2 "
4848 ["8.2.x"]="8.2.1-pre"
4949 ["8.0.x"]="8.0.2"
5050 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ GO_MOD_DIRS := $(shell find . -type f -name 'go.mod' -exec dirname {} \; | sort)
22REDIS_VERSION ?= 8.4
33RE_CLUSTER ?= false
44RCE_DOCKER ?= true
5- CLIENT_LIBS_TEST_IMAGE ?= redislabs/client-libs-test:8.4-RC1-pre
5+ CLIENT_LIBS_TEST_IMAGE ?= redislabs/client-libs-test:8.4-RC1-pre.2
66
77docker.start :
88 export RE_CLUSTER=$(RE_CLUSTER ) && \
Original file line number Diff line number Diff line change 22
33services :
44 redis :
5- image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1-pre}
5+ image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1-pre.2 }
66 platform : linux/amd64
77 container_name : redis-standalone
88 environment :
@@ -23,7 +23,7 @@ services:
2323 - all
2424
2525 osscluster :
26- image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1-pre}
26+ image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1-pre.2 }
2727 platform : linux/amd64
2828 container_name : redis-osscluster
2929 environment :
@@ -40,7 +40,7 @@ services:
4040 - all
4141
4242 sentinel-cluster :
43- image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1-pre}
43+ image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1-pre.2 }
4444 platform : linux/amd64
4545 container_name : redis-sentinel-cluster
4646 network_mode : " host"
@@ -60,7 +60,7 @@ services:
6060 - all
6161
6262 sentinel :
63- image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1-pre}
63+ image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1-pre.2 }
6464 platform : linux/amd64
6565 container_name : redis-sentinel
6666 depends_on :
@@ -84,7 +84,7 @@ services:
8484 - all
8585
8686 ring-cluster :
87- image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1-pre}
87+ image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1-pre.2 }
8888 platform : linux/amd64
8989 container_name : redis-ring-cluster
9090 environment :
You can’t perform that action at this time.
0 commit comments