The Debezium community is in the homestretch for the next major milestone, Debezium 3. We wanted to take this opportunity to remind the community of our plans regarding Debezium’s container images…
In April 2023, we announced that we intended to sunset the publishing of Debezium container images to docker.io
. As we are now more than a year since that announcement, we believe sufficient time has passed to end dual-publishing.
With the release of Debezium 3.0.0.Final, we will no longer publish container image updates to docker.io
. Older images for Debezium 2.x and 1.x will remain on docker.io
; however, all future Debezium 2.7.x and 3.x or later images will only be available on quay.io
.
The following chart shows the new locations for all images being sunset:
Old Repository | New Pull command |
---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
If you experience any issues or problems, please be sure to reach out to us on our mailing list or Zulip chat.
About Debezium
Debezium is an open source distributed platform that turns your existing databases into event streams, so applications can see and respond almost instantly to each committed row-level change in the databases. Debezium is built on top of Kafka and provides Kafka Connect compatible connectors that monitor specific database management systems. Debezium records the history of data changes in Kafka logs, so your application can be stopped and restarted at any time and can easily consume all of the events it missed while it was not running, ensuring that all events are processed correctly and completely. Debezium is open source under the Apache License, Version 2.0.
Get involved
We hope you find Debezium interesting and useful, and want to give it a try. Follow us on Twitter @debezium, chat with us on Zulip, or join our mailing list to talk with the community. All of the code is open source on GitHub, so build the code locally and help us improve ours existing connectors and add even more connectors. If you find problems or have ideas how we can improve Debezium, please let us know or log an issue.