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

debezium/base

docker pull quay.io/debezium/base

debezium/connect

docker pull quay.io/debezium/connect

debezium/connect-base

docker pull quay.io/debezium/connect-base

debezium/kafka

docker pull quay.io/debezium/kafka

debezium/example-mariadb

docker pull quay.io/debezium/example-mariadb

debezium/example-mongodb

docker pull quay.io/debezium/example-mongodb

debezium/example-mysql

docker pull quay.io/debezium/example-mysql

debezium/example-mysql-master

docker pull quay.io/debezium/example-mysql-master

debezium/example-mysql-replica

docker pull quay.io/debezium/example-mysql-replica

debezium/example-postgres

docker pull quay.io/debezium/example-postgres

debezium/mongo-initiator

docker pull quay.io/debezium/mongo-initiator

debezium/operator

docker pull quay.io/debezium/operator

debezium/postgres

docker pull quay.io/debezium/postgres

debezium/server

docker pull quay.io/debezium/server

debezium/tooling

docker pull quay.io/debezium/tooling

debezium/website-builder

docker pull quay.io/debezium/website-builder

debezium/zookeeper

docker pull quay.io/debezium/zookeeper

If you experience any issues or problems, please be sure to reach out to us on our mailing list or Zulip chat.

Chris Cranford

Chris is a software engineer at Red Hat. He previously was a member of the Hibernate ORM team and now works on Debezium. He lives in North Carolina just a few hours from Red Hat towers.

   


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.