-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Labels
Milestone
Comments
/cc @geoand (devservices), @stuartwdouglas (devservices) |
cc @ozangunalp |
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. |
As Quick&Dirty workaround |
snazy
added a commit
to snazy/nessie
that referenced
this issue
Dec 10, 2024
snazy
added a commit
to projectnessie/nessie
that referenced
this issue
Dec 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: