Sfoglia il codice sorgente

Merge pull request #10666 from narkedi/master

Add OpenJDK + Eclipse OpenJ9 images from IBM Semeru Runtimes
Tianon Gravi 4 anni fa
parent
commit
06921da0d5
2 ha cambiato i file con 88 aggiunte e 0 eliminazioni
  1. 87 0
      library/ibm-semeru-runtimes
  2. 1 0
      test/config.sh

+ 87 - 0
library/ibm-semeru-runtimes

@@ -0,0 +1,87 @@
+# IBM Semeru Runtimes official Docker images.
+
+Maintainers: Surya Narkedimilli <[email protected]> (@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 - 0
test/config.sh

@@ -19,6 +19,7 @@ testAlias+=(
 	[adoptopenjdk]='openjdk'
 	[eclipse-temurin]='openjdk'
 	[sapmachine]='openjdk'
+	[ibm-semeru-runtimes]='openjdk'
 
 	[jruby]='ruby'
 	[pypy]='python'