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 OpenJDK + Eclipse OpenJ9 images from IBM Semeru Runtimes #10666

Merged
merged 1 commit into from
Oct 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 87 additions & 0 deletions library/ibm-semeru-runtimes
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# IBM Semeru Runtimes official Docker images.

Maintainers: Surya Narkedimilli <snarkedi@in.ibm.com> (@narkedi)
GitRepo: https://github.com/ibmruntimes/semeru-containers.git
GitFetch: refs/heads/ibm

#-----------------------------openj9 v8 images---------------------------------
Tags: open-8u302-b08-jdk-focal, open-8-jdk-focal
SharedTags: open-8u302-b08-jdk, open-8-jdk
Architectures: amd64, ppc64le, s390x
GitCommit: a5e772ef095c8d185a4dbcb804e5d4a3c895f71e
Directory: 8/jdk/ubuntu
File: Dockerfile.open.releases.full

Tags: open-8u302-b08-jdk-centos7, open-8-jdk-centos7
Architectures: amd64, ppc64le
GitCommit: a5e772ef095c8d185a4dbcb804e5d4a3c895f71e
Directory: 8/jdk/centos
File: Dockerfile.open.releases.full

Tags: open-8u302-b08-jre-focal, open-8-jre-focal
SharedTags: open-8u302-b08-jre, open-8-jre
Architectures: amd64, ppc64le, s390x
GitCommit: a5e772ef095c8d185a4dbcb804e5d4a3c895f71e
Directory: 8/jre/ubuntu
File: Dockerfile.open.releases.full

Tags: open-8u302-b08-jre-centos7, open-8-jre-centos7
Architectures: amd64, ppc64le
GitCommit: a5e772ef095c8d185a4dbcb804e5d4a3c895f71e
Directory: 8/jre/centos
File: Dockerfile.open.releases.full

#-----------------------------openj9 v11 images---------------------------------
Tags: open-11.0.12_7-jdk-focal, open-11-jdk-focal
SharedTags: open-11.0.12_7-jdk, open-11-jdk
Architectures: amd64, ppc64le, s390x
GitCommit: a5e772ef095c8d185a4dbcb804e5d4a3c895f71e
Directory: 11/jdk/ubuntu
File: Dockerfile.open.releases.full

Tags: open-11.0.12_7-jdk-centos7, open-11-jdk-centos7
Architectures: amd64, ppc64le
GitCommit: a5e772ef095c8d185a4dbcb804e5d4a3c895f71e
Directory: 11/jdk/centos
File: Dockerfile.open.releases.full

Tags: open-11.0.12_7-jre-focal, open-11-jre-focal
SharedTags: open-11.0.12_7-jre, open-11-jre
Architectures: amd64, ppc64le, s390x
GitCommit: a5e772ef095c8d185a4dbcb804e5d4a3c895f71e
Directory: 11/jre/ubuntu
File: Dockerfile.open.releases.full

Tags: open-11.0.12_7-jre-centos7, open-11-jre-centos7
Architectures: amd64, ppc64le
GitCommit: a5e772ef095c8d185a4dbcb804e5d4a3c895f71e
Directory: 11/jre/centos
File: Dockerfile.open.releases.full

#-----------------------------openj9 v16 images---------------------------------
Tags: open-16.0.2_7-jdk-focal, open-16-jdk-focal
SharedTags: open-16.0.2_7-jdk, open-16-jdk
Architectures: amd64, ppc64le, s390x
GitCommit: a5e772ef095c8d185a4dbcb804e5d4a3c895f71e
Directory: 16/jdk/ubuntu
File: Dockerfile.open.releases.full

Tags: open-16.0.2_7-jdk-centos7, open-16-jdk-centos7
Architectures: amd64, ppc64le
GitCommit: a5e772ef095c8d185a4dbcb804e5d4a3c895f71e
Directory: 16/jdk/centos
File: Dockerfile.open.releases.full

Tags: open-16.0.2_7-jre-focal, open-16-jre-focal
SharedTags: open-16.0.2_7-jre, open-16-jre
Architectures: amd64, ppc64le, s390x
GitCommit: a5e772ef095c8d185a4dbcb804e5d4a3c895f71e
Directory: 16/jre/ubuntu
File: Dockerfile.open.releases.full

Tags: open-16.0.2_7-jre-centos7, open-16-jre-centos7
Architectures: amd64, ppc64le
GitCommit: a5e772ef095c8d185a4dbcb804e5d4a3c895f71e
Directory: 16/jre/centos
File: Dockerfile.open.releases.full

1 change: 1 addition & 0 deletions test/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ testAlias+=(
[adoptopenjdk]='openjdk'
[eclipse-temurin]='openjdk'
[sapmachine]='openjdk'
[ibm-semeru-runtimes]='openjdk'

[jruby]='ruby'
[pypy]='python'
Expand Down