Skip to content

Bump 8.8 image#499

Closed
uglide wants to merge 1 commit into
masterfrom
im/bump-8_8-image
Closed

Bump 8.8 image#499
uglide wants to merge 1 commit into
masterfrom
im/bump-8_8-image

Conversation

@uglide
Copy link
Copy Markdown
Contributor

@uglide uglide commented May 25, 2026

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-test image (custom-26235535976-debian) instead of 8.8-rc1.

The new tag is set in tests/dockers/.env.v8.8 and as the default in tests/dockers/docker-compose.yml for both standalone and cluster services, so CI and local compose runs pull the same image when CLIENT_LIBS_TEST_IMAGE is unset.

Reviewed by Cursor Bugbot for commit bd096b1. Bugbot is set up for automated code reviews on this repo. Configure here.

@jit-ci
Copy link
Copy Markdown

jit-ci Bot commented May 25, 2026

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread tests/dockers/.env.v8.8

# 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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit bd096b1. Configure here.

@mgravell
Copy link
Copy Markdown
Collaborator

This one is already covered by #494, and 8.8 GA is now available; probably easier to do there all in one place

@mgravell mgravell closed this May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants