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

RedPanda docker image is not available any more. #45056

Closed
brice-laurencin opened this issue Dec 11, 2024 · 3 comments
Closed

RedPanda docker image is not available any more. #45056

brice-laurencin opened this issue Dec 11, 2024 · 3 comments
Labels
kind/question Further information is requested triage/duplicate This issue or pull request already exists

Comments

@brice-laurencin
Copy link

Describe the bug

DevService cannot start, RedPanda seems to be no more.
https://hub.docker.com/r/vectorized/redpanda give a 404.

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"}

Expected behavior

Tests to be able to start dev services.

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

Linux brice-work 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

Output of java -version

openjdk version "21.0.2" 2024-01-16 LTS OpenJDK Runtime Environment Temurin-21.0.2+13 (build 21.0.2+13-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.2+13 (build 21.0.2+13-LTS, mixed mode, sharing)

Quarkus version or git rev

3.15.1

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

Gradle 8.11

Additional information

quarkus.kafka.devservices.provider=kafka-native

put things back to run.

@brice-laurencin brice-laurencin added the kind/bug Something isn't working label Dec 11, 2024
@svolle
Copy link

svolle commented Dec 11, 2024

Redpanda provide their own images on Docker Hub.
The default image for the redpanda provider could probably be updated to docker.io/redpandadata/redpanda.

@jedla97
Copy link
Contributor

jedla97 commented Dec 11, 2024

This was fixed by #45028 yesterday. The fix was backported to 3.17.4 release. For LTS version it should be backported when the release is done.

If you are using LTS version and this block you there is workaround quarkus.kafka.devservices.image-name=docker.io/redpandadata/redpanda:v24.1.2

@geoand
Copy link
Contributor

geoand commented Dec 11, 2024

See #45032

@geoand geoand closed this as completed Dec 11, 2024
@geoand geoand added triage/duplicate This issue or pull request already exists kind/question Further information is requested and removed kind/bug Something isn't working labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Further information is requested triage/duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants