Skip to content

Migration Guide 2.7

Georgios Andrianakis edited this page Dec 13, 2021 · 17 revisions

Jib

The quarkus-container-image-jib extension now uses a new base image when building a container image for JVM mode. Where previously fabric8/java-alpine-openjdk11-jre was being used, now if the application targets Java 17, registry.access.redhat.com/ubi8/openjdk-17-runtime:1.10 is used as the base image, otherwise registry.access.redhat.com/ubi8/openjdk-11-runtime:1.10 is used

Migration guides

Current version


LTS versions


Next version in main


Clone this wiki locally