kafka-docker icon indicating copy to clipboard operation
kafka-docker copied to clipboard

The container for Kafka and zookeeper seems to be deleted from docker hub

Open tejajagadeep opened this issue 9 months ago • 7 comments

Error response from daemon: pull access denied for wurstmeister/kafka, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Can anyone find an alternative for this for docker or will it be available after some time

tejajagadeep avatar May 07 '24 05:05 tejajagadeep

I have publish the same docker image to dockerhub : https://hub.docker.com/r/fatal69100/kafka/tags . I can remove it if the maintainer wants to.

sdrll avatar May 07 '24 08:05 sdrll

I have publish the same docker image to dockerhub : https://hub.docker.com/r/fatal69100/kafka/tags . I can remove it if the maintainer wants to.

thank you, but I am using confluentinc/cp-zookeeper and confluentinc/cp-kafka.

tejajagadeep avatar May 07 '24 17:05 tejajagadeep

The image looks like it's back up: https://hub.docker.com/r/wurstmeister/kafka/ if anyone is interested. image

meritonferati avatar May 16 '24 12:05 meritonferati

There's now an official apache/kafka image, by the way

OneCricketeer avatar May 31 '24 13:05 OneCricketeer

See:

  • https://hub.docker.com/r/apache/kafka
  • https://github.com/apache/kafka/blob/trunk/docker/examples/README.md#single-node
  • https://github.com/apache/kafka/blob/trunk/docker/examples/jvm/single-node/plaintext/docker-compose.yml

Jack12816 avatar Jun 01 '24 07:06 Jack12816