-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
False
-
-
False
-
---
-
-
The quarkus kubernetes extension no longer defaults to the fabric8-s2i base image. It chooses ubi9/openjdk-17 if the local java version is 17 and 21 for 21.
<!--
If this is your first time contributing to the project,
please consider reviewing https://github.com/quarkusio/quarkus/blob/main/CONTRIBUTING.md
-->
This removes a stale reference to `fabric8/s2i-java` which was misleading and provides two example default values that correspond to the current plugin defaults. The chosen value is affected by the local system's JDK version.
<!--
Please include in the description above the list of GitHub issues this Pull Request addresses in the following format:
- Fixes #xxxxx
- Fixes #yyyyy
- Fixes #zzzzz
- ....
See https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue
for more information about linking issues to the Pull Request.
-->