I’m trying to deploy Kafka using the Bitnami image(all versions but any case I get 'not found'):
docker pull bitnami/kafka:latest
But I get:
Status 404: failed to resolve reference "docker.io/bitnami/kafka:latest": not found
It seems they are removed. How can I pull a working Bitnami Kafka image now? Are there any public images that do not require login or payment?
I am on x86_64 architecture, linux.