Update container images to use OpenJDK 25#46386
Update container images to use OpenJDK 25#46386michalvavrik wants to merge 1 commit intokeycloak:mainfrom
Conversation
|
hmm, I can see |
|
I think the issue is that UBI8 is used for testing |
03dceeb to
d9c99a3
Compare
d9c99a3 to
0cafd29
Compare
0cafd29 to
3a1d903
Compare
vmuzikar
left a comment
There was a problem hiding this comment.
@michalvavrik Thank you for the PR.
|
|
||
| === Container Images | ||
|
|
||
| The official {project_name} container images for both the server and the operator use OpenJDK {jdk_version_recommended} as the Java runtime environment. |
There was a problem hiding this comment.
Maybe we could be more explicit about the extensions. Also the Operator doesn't probably need to be mentioned here – it's a development guide and we don't support extending the Operator.
| The official {project_name} container images for both the server and the operator use OpenJDK {jdk_version_recommended} as the Java runtime environment. | |
| The official {project_name} container image uses OpenJDK {jdk_version_recommended} as the Java runtime environment. | |
| Consider this when writing custom extensions. |
There was a problem hiding this comment.
(well, I didn't add that extra line on purpose, it felt like a single paragraph to me)
There was a problem hiding this comment.
oh, there was no extra line, sorry, I was in hurry as I need to go for a while and wanted to finish this
This PR is mostly based on vmuzikar@303446b. Additionally, I made few tweaks to documentation and introduce a doc variable for the recommended Java version so limit required changing when migrating the recommended JDK version. * Closes: keycloak#45830 Signed-off-by: Michal Vavřík <michal.vavrik@aol.com>
3a1d903 to
c480810
Compare
|
hey @ahus1 I made small change to |
This PR is mostly based on vmuzikar@303446b. Additionally, I made few tweaks to documentation and introduce a doc variable for the recommended Java version so limit required changing when migrating the recommended JDK version. I didn't change
concepts-memory-and-cpu-sizing.adocreferences architecture of some past experiment, so when it says OpenJDK 21, I think it is still true.