Skip to content

Replace Bitnami Legacy Kafka image in docker-compose #1341

@igor-soldev

Description

@igor-soldev

Description

I noticed that the docker-compose file used for test/docker-compose.yml utilizes the bitnamilegacy/kafka:3.9 image.

Proposed Solution

I suggest replacing the Kafka image with a free, compatible alternative: soldevelo/kafka:3.9.

The soldevelo image is designed as a drop-in replacement for Bitnami. It:

  1. Tracks upstream Kafka versions.
  2. Preserves the /opt/bitnami/... directory structure.
  3. Fully supports the KAFKA_CFG_ environment variables used in your current configuration.

This ensures that the existing kafka service definition in docker-compose will continue to work without needing to rewrite the environment variables or volume definitions.

Changes

  • Update image in the kafka service within docker-compose.

If this aligns with the project's needs, I am happy to submit a Pull Request with this update.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions