-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Migration Guide 2.7
Georgios Andrianakis edited this page Dec 13, 2021
·
17 revisions
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