Skip to content

chore: upgrade redis to 7.4 in base dockerfile#41581

Open
wyattwalter wants to merge 1 commit intoreleasefrom
ww-upgrade-redis-74
Open

chore: upgrade redis to 7.4 in base dockerfile#41581
wyattwalter wants to merge 1 commit intoreleasefrom
ww-upgrade-redis-74

Conversation

@wyattwalter
Copy link
Contributor

@wyattwalter wyattwalter commented Feb 26, 2026

Description

Tip

Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team).

Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR.

Upgrades the embedded Redis package to 7.4 and moves off the Ubuntu-managed packages.

Latest is 8.x, but we have some out-of-date client libraries still, so sticking with 7.x for now which is still supported.

Fixes #Issue Number
or
Fixes Issue URL

Warning

If no issue exists, please create an issue first, and check with the maintainers if the issue is valid.

Automation

/ok-to-test tags=""

🔍 Cypress test results

Caution

If you modify the content in this section, you are likely to disrupt the CI result for your PR.

Communication

Should the DevRel and Marketing teams inform users about this change?

  • Yes
  • No

Summary by CodeRabbit

  • Chores
    • Updated Docker deployment environment to utilize Redis 7.4 with enhanced package management and repository configuration for improved build consistency.
    • Maintained PostgreSQL 14 and MongoDB 6.0 database versions to ensure compatibility across the deployment stack.

@github-actions github-actions bot added the skip-changelog Adding this label to a PR prevents it from being listed in the changelog label Feb 26, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bf3016a and 6fe9161.

📒 Files selected for processing (1)
  • deploy/docker/base.dockerfile

Walkthrough

Updated the base Dockerfile to pin Redis to version 7.4 from the official packages.redis.io repository with GPG key management, replacing the generic redis package. Maintains existing MongoDB 6.0 and PostgreSQL 14 versions while enhancing specificity for Redis package installation.

Changes

Cohort / File(s) Summary
Redis Version Pinning
deploy/docker/base.dockerfile
Upgraded to Redis 7.4 with explicit package specification (redis, redis-server, redis-tools) from packages.redis.io. Added GPG key handling and apt source configuration. PostgreSQL remains at 14, MongoDB at 6.0.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🔴 Redis seven-point-four, now pinned with care,
Official sources bring us there,
GPG keys in place, packages defined—
No more guessing, precision designed. ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description provides context and rationale but lacks a linked issue reference; the placeholder remains unfilled despite the template's warning about creating an issue first. Replace the placeholder with an actual issue number or URL, or create an issue and link it per the template requirement.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: upgrading Redis to version 7.4 in the base Dockerfile.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch ww-upgrade-redis-74

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Adding this label to a PR prevents it from being listed in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants