debezium/dbz#2249 replace Bitnami images with open Soldevelo equivalents - #428
debezium/dbz#2249 replace Bitnami images with open Soldevelo equivalents#428jkondrat-sd wants to merge 1 commit into
Conversation
|
Hi @jkondrat-sd, please also raise a GH issue to track this change in https://github.com/debezium/dbz/issues, and apply the issue key as a prefix on the commit. Thanks. In addition, if this was created using autonomous AI, I'd recommend reading our AI Policy: |
df1ce55 to
4bd5364
Compare
Signed-off-by: Jakub Kondrat <jkondrat@soldevelo.com>
4bd5364 to
2ec59e9
Compare
Thanks, I've opened a tracking issue and updated the commit to include the issue number. This PR was not created using AI; it was only used for wording improvements. |
|
|
||
| redis: | ||
| image: bitnami/redis:7.0 | ||
| image: soldevelo/redis:7.0 |
There was a problem hiding this comment.
In the rest of the codebase (e.g. Debezium server tests for Redis), we use mirror.gcr.io/library/redis. IMHO it would be better to use this one - we unify it across the code base and also we won't depend on another company which may discontinue it anytime in the future (without us noticing it).
Closes debezium/dbz#2249
Fix: replace restricted Bitnami images
Since August 28, 2025, Bitnami distributes most container images only through paid VMware Tanzu subscriptions. Pulling them without a valid subscription may fail silently or return stale image layers, which is a supply-chain reliability concern.
This PR replaces every affected reference with the corresponding image from SolDevelo/containers - a community fork of
bitnami/containersthat publishes identical, freely accessible images to Docker Hub under thesoldevelo/namespace.No configuration changes beyond the image tag itself are required.
Replaced references
bitnami/redis:7.0→soldevelo/redis:7.0