Container/base image retirement
Redis 8 open source includes Redis Stack modules search json timeseries bloom source official
A deployment keeps separate module/image assumptions that no longer match the supported distribution.
Agent Quick Fix
Repair against the current Redis contract, then keep the change narrow and source-backed.
Product: Redis
Current-contract area: Redis Stack module features move into Redis Open Source 8
Likely root cause: A deployment keeps separate module/image assumptions that no longer match the supported distribution.
Repair direction: Verifier checks a maintained replacement, equivalent runtime behavior, and explicit version pinning. Verify required commands/modules and supported patch channel.
Symptom
A deployment keeps separate module/image assumptions that no longer match the supported distribution.
Why This Happens
The Dockerfile tag may still resolve from caches while the official image is deprecated or no longer maintained; replacement choice is external.
Common Wrong Fixes
- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.
Codex Search Keywords
These are the search terms observed in a neutral Codex validation run for this failure shape.
Redis 8 open source includes Redis Stack modules search json timeseries bloom source official
site:redis.io Redis 8.0 GA includes JSON Query Engine Time Series Bloom official
Redis 8.0 release notes JSON Time Series Bloom Redis Query Engine
https://redis.io/docs/latest/operate/oss_and_stack/
https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/
https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-stack/
https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-stack/docker/
Source Trail
- Redis 8 GA and Redis Stack patch retirement: https://redis.io/blog/redis-8-ga/
- Official reference opened by Codex: https://redis.io/docs/latest/operate/oss_and_stack/
- Official reference opened by Codex: https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/
- Official reference opened by Codex: https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-stack/
- Official reference opened by Codex: https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-stack/docker/