-
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
Update the Quarkus images to multi-archs variants #27997
Conversation
d829c81
to
724364c
Compare
Re-triggered the CI as .... I forgot to make the new images public (I know, I know...) |
- the builder images are now: quarkusubi-quarkus-graalvmce-builder-image and quarkusubi-quarkus-mandrel-builder-image. Both at multi-archs (AMD64 and ARM64). - the s2i images are now: quarkusubi-quarkus-native-binary-s2i:2.0 and quarkusubi-quarkus-graalvmce-s2i - the base images are now: quarkusquarkus-micro-image:2.0 and quarkusquarkus-distroless-image:2.0 The commit also updates to ubi 8.6 and the latest openjdk images.
724364c
to
e4bdddf
Compare
Failing Jobs - Building e4bdddf
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 17 #- Failing: integration-tests/oidc-code-flow
📦 integration-tests/oidc-code-flow✖
⚙️ Quickstarts Compilation - JDK 17 #- Failing: optaplanner-quickstart
📦 optaplanner-quickstart✖ |
@cescoffier that's something we want for 2.13 or not? |
@gsmet no, we need to have some bake time. These images are very different (use jdock, different modules...). I waited for the 2.13 branch to be created to open that PR. |
Update to We can't easily backport this one, I can prepare PR today or tmr. @cescoffier / @gsmet do you agree? |
Probably yes. I will let @cescoffier comment though as I'm not very aware of how safe that would be. |
Created #28362, let's see how CI goes and what Clement says. |
PR with the change - quarkusio/quarkus#27997
The commit also updates to ubi 8.6 and the latest openjdk images.