adoptium / containers

Repo containing the dockerfiles and scripts to produce the official eclipse-temurin containers.
https://hub.docker.com/_/eclipse-temurin/
Apache License 2.0
206 stars 87 forks source link

Add Oracle Linux based containers #500

Open Subrhamanya opened 4 months ago

Subrhamanya commented 4 months ago

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

karianna commented 4 months ago

@Subrhamanya we'll be going with a broader base level approach see https://github.com/adoptium/installer/issues/501

gdams commented 3 months ago

@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 commented 3 months ago

@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 commented 3 months ago

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