Known issue on Redpanda image for kafka-client devservice #45032
maxandersen
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Due to the renaming of Redpanda organization from vectorized to redpanda-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-client redpanda 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 :
Forcing the image-name in application configuration
quarkus.kafka.devservices.image-name=docker.io/redpandadata/redpanda:v24.1.2
Re-tagging the image locally
Beta Was this translation helpful? Give feedback.
All reactions