Skip to content
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

Switch latest tag to JDK 21 variant #192

Merged
merged 2 commits into from
Apr 29, 2024
Merged

Conversation

jmesnil
Copy link
Contributor

@jmesnil jmesnil commented Apr 29, 2024

No description provided.

jmesnil and others added 2 commits April 29, 2024 13:48
* Stop building JDK 20 image
* Start building JDK 21 image (based on UBI 9 Minimal variant of Eclipse Temurin

Signed-off-by: Jeff Mesnil <[email protected]>
…ils for commands groupadd, useradd

Starting on jdk 21 eclipse-temurin is based on:
 ubi9-minimal version 9.3 
 that doesn't includes shadow-utils package 
 that provides groupadd & useradd commands

This adds a Conditional RUN
   IF no groupadd AND microdnf 
   THEN update microdnf, install shadow-utils, clean
@jmesnil jmesnil merged commit 6f7b69d into jboss-dockerfiles:master Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants