question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Manifest for confluentinc/cp-zookeeper:5.1.0 not found

See original GitHub issue

When 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:15 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
buiminhhuycommented, Aug 29, 2018

To quickly fix, maybe change line 5 to “image: confluentinc/cp-zookeeper:latest”

4reactions
rmoffcommented, Sep 14, 2018

Root cause for this is that the default branch was master, pointing to the as-yet-unreleased 5.1.0 version. We’ve switched the default branch to be in line with “latest”. So currently that’s branch 5.0.0-post, which corresponds to 5.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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found