Skip to content

Suggest replacing Bitnami Kafka image with a free compatible alternative #233

Description

@igor-soldev

Hi,

The file scripts/bitnami-kafka-docker-compose.yml currently uses the Bitnami Kafka image:

kafka:
  image: 'docker.io/bitnami/kafka:latest'

Since Bitnami has recently restricted access to many of their container images, this may cause pull failures for users trying to run the example.

A free, Bitnami-layout–compatible Kafka image could be used instead.

For example, soldevelo/kafka keeps the same directory structure (/bitnami/...), runs as non-root, and works as a drop-in replacement for Bitnami Kafka in docker-compose setups.

Link: https://hub.docker.com/r/soldevelo/kafka

If maintainers consider this acceptable, I can prepare a PR updating the compose file accordingly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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