-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Add Oracle Linux based containers #500
Comments
@Subrhamanya we'll be going with a broader base level approach see adoptium/installer#501 |
@Subrhamanya is there any reason why you couldn't do something like this? FROM oraclelinux:9
ENV JAVA_HOME=/opt/java/openjdk
COPY --from=eclipse-temurin:21 $JAVA_HOME $JAVA_HOME
ENV PATH="${JAVA_HOME}/bin:${PATH}" |
@karianna That is for rpm/deb installers and not our "official" containers on dockerhub. |
True! We'll need a clear matrix for each. |
Closing this for now. Please feel free to reopen if this is still a requirement |
Please add the exact image (with tag) that you are using
eclipse-temurin 8/11/17/21
Please add the version of Docker you are running
docker latest
What happened?
Is there any possibility for the adoptium team to provide the docker java jdk/jre image built on top of oraclelinux?
I have seen for alpine/centos etc...
I appreciate the response from adoptium team. This really helps the community.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: