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

Build with devservices failed because download of redpanda leads to 404 #45026

Closed
bumbel42so opened this issue Dec 10, 2024 · 4 comments · Fixed by #45028
Closed

Build with devservices failed because download of redpanda leads to 404 #45026

bumbel42so opened this issue Dec 10, 2024 · 4 comments · Fixed by #45028
Labels
area/devservices kind/bug Something isn't working
Milestone

Comments

@bumbel42so
Copy link

Describe the bug

I get the error message
Caused by: com.github.dockerjava.api.exception.NotFoundException: Status 404: {"message":"pull access denied for vectorized/redpanda, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"}
and the link in https://quarkus.io/guides/kafka-dev-services to https://hub.docker.com/r/vectorized/redpanda shows a 404 error page.

Expected behavior

Devservices should use an existing image.

Actual behavior

Devservices use a not existing image (https://hub.docker.com/r/vectorized/redpanda)

How to Reproduce?

Do a quarkus build/dev/test which uses https://hub.docker.com/r/vectorized/redpanda on a machine its not cached

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@bumbel42so bumbel42so added the kind/bug Something isn't working label Dec 10, 2024
Copy link

quarkus-bot bot commented Dec 10, 2024

/cc @geoand (devservices), @stuartwdouglas (devservices)

@geoand
Copy link
Contributor

geoand commented Dec 10, 2024

cc @ozangunalp

@ozangunalp
Copy link
Contributor

Redpanda renamed their repository organization from vectorized to redpandadata. We didn't catch it because it was always redirected to the new one. I think docker hub stopped the follow.

@bumbel42so
Copy link
Author

As Quick&Dirty workaround
quarkus.kafka.devservices.image-name=redpandadata/redpanda
works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devservices kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants