Manifest for confluentinc/cp-zookeeper:5.1.0 not found
See original GitHub issueWhen I try run sudo docker-compose up -d
in Ubuntu 18.04, I get the following error message:
ERROR: manifest for confluentinc/cp-zookeeper:5.1.0 not found
I’ve tried just removing the folder and recloning the project, but not really sure what to do here.
Any help would be great 😃
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:15 (1 by maintainers)
Top Results From Across the Web
Docker-compose fails: ERROR: manifest for confluentinc/cp ...
0 , based on the error it looks like the zookeeper image at least is still looking for 5.4.x-latest (which does not exist)....
Read more >The docker compose doesn't run - Stack Overflow
ERROR: Head https://gcr.io/v2/simulation-screenshots/banking-simulation/manifests/latest: unknown: Project 'project:simulation-screenshots' not ...
Read more >confluentinc/cp-zookeeper - Docker Image
The demo uses this Docker image to showcase Confluent Server in a secured, end-to-end event streaming platform. It has an accompanying playbook that...
Read more >Docker Configuration Parameters for Confluent Platform
Use the variable if using REST Proxy v1 and if not using KAFKA_REST_BOOTSTRAP_SERVERS . The ZooKeeper connection string in the form hostname:port where...
Read more >Confluent Platform quickstart - ksqlDB
version: '2' services: zookeeper: image: confluentinc/cp-zookeeper:7.3.0 hostname: ... Note that this parameter is not needed for topics that already exist.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
To quickly fix, maybe change line 5 to “image: confluentinc/cp-zookeeper:latest”
Root cause for this is that the default branch was
master
, pointing to the as-yet-unreleased5.1.0
version. We’ve switched the default branch to be in line with “latest”. So currently that’s branch5.0.0-post
, which corresponds to5.0.0
version of the docker images.Apologies for the problems. Please open a new issue (or head to http://cnfl.io/slack) if you still have problems.