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.
Hi,
The file
scripts/bitnami-kafka-docker-compose.ymlcurrently uses the Bitnami Kafka image: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/kafkakeeps 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.