Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Move from vectorized/redpanda images to redpandadata/redpanda #45028

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

rsvoboda
Copy link
Member

@rsvoboda rsvoboda commented Dec 10, 2024

Move from vectorized/redpanda images to redpandadata/redpanda

vectorized/redpanda images are no longer available

Fixes #45026

Details in https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/redpanda.20images.20not.20available/near/487201886

Workaround for released Quarkus versions:

docker pull docker.io/redpandadata/redpanda:v24.1.2
docker image tag docker.io/redpandadata/redpanda:v24.1.2 docker.io/vectorized/redpanda:v24.1.2

or

quarkus.kafka.devservices.image-name=docker.io/redpandadata/redpanda:v24.1.2 in you application.properties

Copy link

github-actions bot commented Dec 10, 2024

🙈 The PR is closed and the preview is expired.

Copy link

quarkus-bot bot commented Dec 10, 2024

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit abb83ca.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Dec 10, 2024
Copy link

quarkus-bot bot commented Dec 10, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit abb83ca.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@geoand geoand merged commit aa5baa7 into quarkusio:main Dec 10, 2024
27 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.18 - main milestone Dec 10, 2024
@quarkus-bot quarkus-bot bot added kind/bugfix and removed triage/waiting-for-ci Ready to merge when CI successfully finishes labels Dec 10, 2024
@gsmet gsmet modified the milestones: 3.18 - main, 3.17.4 Dec 10, 2024
@marcelstoer
Copy link
Contributor

Whose job is it to actually backport this fix? Is it done manually or picked up by some automation?

@geoand
Copy link
Contributor

geoand commented Dec 11, 2024

Whoever does the release will backport the change

@marcelstoer
Copy link
Contributor

Ok, then I'll sit tight 😄

Reason for asking: I noticed there's a 3.15.3 milestone but no issue for this fix and no 3.8.7 milestone.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build with devservices failed because download of redpanda leads to 404
7 participants