Versions Compared

Key

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

...

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.

Docker Official Images are considered more secure than OSS sponsored images due to their strict and transparent build processes.

They are maintained through a collaboration between upstream maintainers, community volunteers, and Docker engineers, ensuring adherence to best practices.

The Docker Official Image will enjoy the benefits of getting vetted by Docker Community to ensure best Practices are followed in Docker Imagebuild process is open and transparent, with all changes undergoing public scrutiny through pull requests, and build logs available for inspection.

Each image also comes with a complete Software Bill of Materials (SBOM) and and detailed build provenance as signed attestations, providing users with detailed insight into the image's origins and security.

Regular security audits, updates, and the integration of signature validation in the image pull and build processes further enhance security. Source: https://www.docker.com/blog/enhancing-security-and-transparency-with-docker-official-images/

Its these benefits that the Docker Official Images enjoy, thus making them more a more secure option for users to deploy Apache Kafka. Furthermore, the Docker Official image lowers the barrier to entry for new Apache Kafka users who might not be familiar with Apache or the concept of OSS images. We aim to simplify the process for Kafka beginners on Docker Hub, to discover, find and use the Kafka 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

...