Apache Kafka by SolDevelo, a maintained fork of the Bitnami Kafka image.
10K+
This repository is a fork of Bitnami's Containers Library. The Kafka image is maintained by SolDevelo to provide up-to-date Kafka versions and fixes, while keeping the original Bitnami base.
The main folder of each application contains a functional docker-compose.yml file. Run the application using it as shown below:
curl -sSL https://raw.githubusercontent.com/soldevelo/containers/main/soldevelo/kafka/docker-compose.yml > docker-compose.yml
docker-compose up -d
https://github.com/SolDevelo/containers/tree/main/soldevelo/kafka
Use asCompatibleSubstituteFor("apache/kafka") to use this image with the Testcontainers KafkaContainer module:
KafkaContainer kafkaContainer = new KafkaContainer(
DockerImageName.parse("soldevelo/kafka:latest")
.asCompatibleSubstituteFor("apache/kafka")
);
We'd love for you to contribute to those container images. You can request new features by creating an issue, or submit a pull request with your contribution.
Copyright 2025 SolDevelo Based on Bitnami Containers Library (https://github.com/bitnami/containers) © 2025 Broadcom Inc. (licensed under Apache-2.0)
This project is licensed under the Apache License, Version 2.0.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Content type
Image
Digest
sha256:dc147e7fd…
Size
221.2 MB
Last updated
1 day ago
docker pull soldevelo/kafka