[minor] Add redis-cli installation to cli-base image#34
Merged
Conversation
- Added install-redis-cli.sh script with support for multiple package managers - Updated Dockerfile to include redis-cli installation step - Supports dnf, microdnf, yum, apt-get, and apk package managers - Includes verification step to ensure successful installation
whitfiea
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
https://jsw.ibm.com/browse/MASCORE-13109
Description
This PR adds redis-cli installation to the cli-base image, moving it from the downstream cli repository where it was previously installed. This change improves the architecture by:
Why:
What Changed:
Created
install-redis-cli.shscript with multi-platform support:Updated Dockerfile to include redis-cli installation step
Updated README.md to document redis-cli availability across all architectures (amd64, s390x, arm64)
Impact:
Test Results
Testing will be performed through:
redis-cli --versioncommandBackporting
Backporting may be required depending on which versions of MAS require redis-cli functionality. Please advise if backports to 9.0, 8.11, or 8.10 are needed.
Related Pull Requests