Skip to content

artie-labs/dbz-container-images

 
 

Repository files navigation

Debezium Docker Images

This is a forked version of https://github.com/debezium/container-images.

We forked it for 2 reasons:

  1. Inject AWS MSK IAM dependency
  2. Remove jboss user (remove the need for initContainers in K8s)

Only certain versions are actually published to Dockerhub.

To build, run:

cd server
./deploy-server.sh

Image Location

Images are built and served through Dockerhub

FROM artielabs/debezium-server:2.2
# Your build

About

Forked version of DBZ container images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 68.8%
  • Dockerfile 31.2%