Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker-compose for kafka and ksql quickstart fails for version 6.2 #73

Open
sanzor opened this issue Jul 20, 2021 · 1 comment
Open

Comments

@sanzor
Copy link

sanzor commented Jul 20, 2021

I am trying to run the docker-compose.yml as presented on the official site using the 6.2-post version and i keep getting this error:

ERROR: Get https://registry-1.docker.io/v2/confluentinc/ksqldb-examples/manifests/sha256:9f57cfdcd917df8b34a426bbd59632e0eaa31dd3b6181ab7a74692801296a323: EOF

Full Log

PS C:\WOkr\Adrian> docker-compose up -d
Pulling ksqldb-cli (confluentinc/cp-ksqldb-cli:6.2.0)...
6.2.0: Pulling from confluentinc/cp-ksqldb-cli
96965a3a8424: Already exists
4d0d850cd4ad: Already exists
7a73120408f4: Already exists
eb918a808c15: Already exists
5c2fffeabbf7: Already exists
68bcf2239ce4: Already exists
b479bf09eedc: Already exists
2e31c2ab64ea: Already exists
e5161e1fdbdc: Already exists
45a9c148af2c: Pull complete
8ab499c456f7: Pull complete
9a3ef141025b: Pull complete
84b746eb89a2: Pull complete
b2126e655619: Pull complete
119191acb3d3: Pull complete
909ec2a566a9: Pull complete
a18510bc355f: Pull complete
Digest: sha256:245ab3c0bde2c9abe0251c29c08aa0dafdd6c1806f6894a9c61a64f749ca3e4b
Status: Downloaded newer image for confluentinc/cp-ksqldb-cli:6.2.0
Pulling ksql-datagen (confluentinc/ksqldb-examples:6.2.0)...
ERROR: Get https://registry-1.docker.io/v2/confluentinc/ksqldb-examples/manifests/sha256:9f57cfdcd917df8b34a426bbd59632e0eaa31dd3b6181ab7a74692801296a323: EOF
@ybyzek
Copy link
Contributor

ybyzek commented Jul 20, 2021

@sanzor

  1. The image is available: https://hub.docker.com/layers/confluentinc/ksqldb-examples/6.2.0/images/sha256-9f57cfdcd917df8b34a426bbd59632e0eaa31dd3b6181ab7a74692801296a323?context=explore
  2. It works in my environment
Pulling ksql-datagen (confluentinc/ksqldb-examples:6.2.0)...
6.2.0: Pulling from confluentinc/ksqldb-examples
96965a3a8424: Pull complete
4d0d850cd4ad: Pull complete
7a73120408f4: Pull complete
eb918a808c15: Pull complete
5c2fffeabbf7: Pull complete
68bcf2239ce4: Pull complete
b479bf09eedc: Pull complete
2e31c2ab64ea: Pull complete
e5161e1fdbdc: Pull complete
6a1d7014172a: Pull complete
3b2cdc60857b: Pull complete
67e6573f7584: Pull complete
8ce7b030c24e: Pull complete
Digest: sha256:9f57cfdcd917df8b34a426bbd59632e0eaa31dd3b6181ab7a74692801296a323
Status: Downloaded newer image for confluentinc/ksqldb-examples:6.2.0

Maybe it was a temporary glitch, can you please try again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants