Skip to content

debezium/dbz#2249 replace Bitnami images with open Soldevelo equivalents - #428

Open
jkondrat-sd wants to merge 1 commit into
debezium:mainfrom
jkondrat-sd:deps/replace-bitnami-images
Open

debezium/dbz#2249 replace Bitnami images with open Soldevelo equivalents#428
jkondrat-sd wants to merge 1 commit into
debezium:mainfrom
jkondrat-sd:deps/replace-bitnami-images

Conversation

@jkondrat-sd

@jkondrat-sd jkondrat-sd commented Jul 17, 2026

Copy link
Copy Markdown

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/containers that publishes identical, freely accessible images to Docker Hub under the soldevelo/ namespace.

No configuration changes beyond the image tag itself are required.

Replaced references

@Naros

Naros commented Jul 17, 2026

Copy link
Copy Markdown
Member

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:
https://github.com/debezium/debezium/blob/main/AI_USAGE_POLICY.md

@jkondrat
jkondrat force-pushed the deps/replace-bitnami-images branch from df1ce55 to 4bd5364 Compare July 20, 2026 10:50
Signed-off-by: Jakub Kondrat <jkondrat@soldevelo.com>
@jkondrat
jkondrat force-pushed the deps/replace-bitnami-images branch from 4bd5364 to 2ec59e9 Compare July 20, 2026 11:00
@jkondrat-sd jkondrat-sd changed the title fix: replace Bitnami images with open Soldevelo equivalents debezium/dbz#2249 replace Bitnami images with open Soldevelo equivalents Jul 20, 2026
@jkondrat-sd

Copy link
Copy Markdown
Author

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: https://github.com/debezium/debezium/blob/main/AI_USAGE_POLICY.md

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

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

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.

Replace Bitnami images

3 participants