-
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
Warning "Tag 22.3-java17 was deleted or has expired" while building a native image #30738
Comments
Related to quarkusio/quarkus-images#223 |
These are the old images. They are not really maintained. I will restore the tags, but we should also invite users to move to the new ones. I have no way to rebuild these images anymore. |
AFAIK this is not possible for users of 2.13. Is that right? |
I've restored the tag. @zakkak yes, and the problem is that I'm stuck with the old image. I don't have a single machine able to build them. Tried two macs, 1 fedora, 1 ubuntu.... there is always something going wrong between docker, cekit, python, ruby... (my last hope is windows 10) Same on github action. Using containers didn't work either. So, we may need to consider moving 2.13 to the new images. |
Wouldn't it be possible to workaround it by setting: |
Fixes failures due to two upstreams issues: Missing classes: quarkusio/quarkus#30508 Missing builder image: quarkusio/quarkus#30738
Yes using |
Describe the bug
Since the end of January 2023, during native build there is a warning "Tag 22.3-java17 was deleted or has expired". It looks like the default image
quay.io/quarkus/ubi-quarkus-mandrel:22.3-java17
was deleted.Expected behavior
No warning.
Actual behavior
How to Reproduce?
git clone [email protected]:quarkus-qe/quarkus-startstop.git -b 2.13
cd quarkus-startstop/app-jax-rs-minimal
mvn clean compile package -Pnative -Dquarkus.version=2.13.7.Final -Dquarkus.platform.group-id=io.quarkus.platform
Output of
uname -a
orver
6.0.18-300.fc37.x86_64
Output of
java -version
17.0.5, vendor: GraalVM Community
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.13.7.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Additional information
No response
The text was updated successfully, but these errors were encountered: