Known issue on Redpanda image for kafka-client devservice #45030
ozangunalp
started this conversation in
Community
Replies: 1 comment
-
|
Hello, i recently had the same issue, and even using those workarounds i didn't manage to solve it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Due to the renaming of Redpanda organization from
vectorizedtoredpanda-data, Github repositories and Docker Hub images have been moved.This was undetected before, as both Github and Docker provided redirects for repository URLs.
Effective today 10 December 2024 ~GMT, Docker Hub redirects has been removed, so Quarkus users of
kafka-clientredpanda devservice would experience the issue #45026 as the https://hub.docker.com/r/vectorized/redpanda returns 404.The fix has been merged on Quarkus main, setting the default redpanda devservice image URL to
docker.io/redpandadata/redpanda.Workarounds are :
quarkus.kafka.devservices.image-name=docker.io/redpandadata/redpanda:v24.1.2Beta Was this translation helpful? Give feedback.
All reactions