Bump 8.8 image#499
Conversation
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit bd096b1. Configure here.
|
|
||
| # Redis CE image version (Redis 8+ includes modules natively) | ||
| CLIENT_LIBS_TEST_IMAGE=redislabs/client-libs-test:8.8-rc1 | ||
| CLIENT_LIBS_TEST_IMAGE=redislabs/client-libs-test:custom-26235535976-debian |
There was a problem hiding this comment.
Custom CI build image used as permanent default
Medium Severity
The image tag custom-26235535976-debian appears to be a transient CI build artifact (the numeric portion resembles a GitHub Actions run ID), unlike every other version which uses stable release tags (e.g., 8.6.3, 8.4.3). If this custom image is cleaned up from the registry, all CI runs using the v8.8 profile — and any run not specifying an env file (since docker-compose.yml defaults were also changed) — will fail. This looks like a temporary testing reference that may not be intended for permanent commit.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit bd096b1. Configure here.
|
This one is already covered by #494, and 8.8 GA is now available; probably easier to do there all in one place |


Note
Low Risk
Only test Docker image tags change; no application or runtime code is affected.
Overview
Updates the Redis 8.8 test stack to use a custom
client-libs-testimage (custom-26235535976-debian) instead of8.8-rc1.The new tag is set in
tests/dockers/.env.v8.8and as the default intests/dockers/docker-compose.ymlfor both standalone and cluster services, so CI and local compose runs pull the same image whenCLIENT_LIBS_TEST_IMAGEis unset.Reviewed by Cursor Bugbot for commit bd096b1. Bugbot is set up for automated code reviews on this repo. Configure here.