Versions Compared

Key

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

...

Adhering to the outlined constraints, image tagging can follow this format
<image-name>:<kafka-version>-<optional-suffix>

  • [Preferred Approach]kafka-native:3.57.10

    • Name of the image: kafka-native
      For example, for 3.7.0 version of kafka, the image name with tagging would be apache/
    • native indicates that the image consists of the native binary.

    • For many users, native might not make much sense.

    • kafka-native:3.7.0
    • native indicates that the image consists of the native binary.5.1-1 In case of docker dedicated release, added a suffix -1

Directory Structure

A new directory named docker will be added to the repository. This directory will contain all the Docker related code.
Directory Structure:

...