Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Dockerfile for Apache Kafka will continue to be managed by the Apache Kafka community and undergo review by Docker Community. Once approved by Docker community, the Docker Official Image will be built and published by the Docker Community. 

We will recommend using the official images on Docker Hub, as they are reviewed by Docker. The images on apache/kafka will be provided in case of delays in the review process by Docker.

The Docker Official Image will enjoy the benefits of getting vetted by Docker Community to ensure best Practices are followed in Docker Image



Apache Kafka Image

(already supported)

Docker Official Image

(not supported yet)

Name

apache/kafka

kafka

Maintenance

Reviewed, published

by Apache Kafka community

Reviewed, published and maintained by Docker community

Update policy

Only build and push once when specific version release

Actively rebuild for updates and security fixes

Link

https://hub.docker.com/r/apache/kafka

* https://hub.docker.com/_/kafka

source

https://github.com/apache/kafka/tree/trunk/docker

** docker-library/official-images

https://github.com/apache/kafka/tree/trunk/docker

* Unsupported yet.

** To be created.

Public Interfaces

  • There will be a new additional artifact i.e. Official Kafka docker image for every Apache Kafka release.
  • Add public documentation in Official Docker Image Repo.

...