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

Add Oracle Linux based containers #500

Open
Subrhamanya opened this issue Feb 15, 2024 · 4 comments
Open

Add Oracle Linux based containers #500

Subrhamanya opened this issue Feb 15, 2024 · 4 comments
Labels

Comments

@Subrhamanya
Copy link

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...
image

I appreciate the response from adoptium team. This really helps the community.

Relevant log output

No response

@Subrhamanya Subrhamanya added the bug Something isn't working label Feb 15, 2024
@karianna
Copy link
Contributor

@Subrhamanya we'll be going with a broader base level approach see adoptium/installer#501

@karianna karianna added enhancement New feature or request docker and removed bug Something isn't working labels Feb 16, 2024
@karianna karianna changed the title Feature Request Add Oracle Linux based containers Feb 16, 2024
@gdams
Copy link
Member

gdams commented Mar 11, 2024

@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}"

@sxa
Copy link
Member

sxa commented Mar 15, 2024

@Subrhamanya we'll be going with a broader base level approach see adoptium/installer#501

@karianna That is for rpm/deb installers and not our "official" containers on dockerhub.

@karianna
Copy link
Contributor

@Subrhamanya we'll be going with a broader base level approach see adoptium/installer#501

@karianna That is for rpm/deb installers and not our "official" containers on dockerhub.

True! We'll need a clear matrix for each.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants