Skip to content

Commit a5e0f0f

Browse files
committed
Add openj9 tags to ppc64le imagestreams
Signed-off-by: Yaakov Selkowitz <[email protected]>
1 parent 0cf9135 commit a5e0f0f

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

templates/image-streams-ppc64le.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,46 @@
299299
"name": "registry.redhat.io/redhat-openjdk-18/openjdk18-openshift:latest"
300300
}
301301
},
302+
{
303+
"name": "openj9-8-el8",
304+
"annotations": {
305+
"openshift.io/display-name": "OpenJ9 1.8.0 (RHEL 8)",
306+
"description": "Build and run Java applications using Maven and OpenJ9 1.8.0.",
307+
"iconClass": "icon-rh-openj9",
308+
"tags": "builder,java,openj9",
309+
"supports": "java:8,java",
310+
"sampleRepo": "https://github.com/jboss-openshift/openshift-quickstarts",
311+
"sampleContextDir": "undertow-servlet",
312+
"version": "8"
313+
},
314+
"referencePolicy": {
315+
"type": "Local"
316+
},
317+
"from": {
318+
"kind": "DockerImage",
319+
"name": "registry.redhat.io/openj9/openj9-8-rhel8:latest"
320+
}
321+
},
322+
{
323+
"name": "openj9-8-el7",
324+
"annotations": {
325+
"openshift.io/display-name": "OpenJ9 1.8.0 (RHEL 7)",
326+
"description": "Build and run Java applications using Maven and OpenJ9 1.8.0.",
327+
"iconClass": "icon-rh-openj9",
328+
"tags": "builder,java,openj9",
329+
"supports": "java:8,java",
330+
"sampleRepo": "https://github.com/jboss-openshift/openshift-quickstarts",
331+
"sampleContextDir": "undertow-servlet",
332+
"version": "8"
333+
},
334+
"referencePolicy": {
335+
"type": "Local"
336+
},
337+
"from": {
338+
"kind": "DockerImage",
339+
"name": "registry.redhat.io/openj9/openj9-8-rhel7:latest"
340+
}
341+
},
302342
{
303343
"name": "8",
304344
"annotations": {
@@ -359,6 +399,46 @@
359399
"name": "registry.redhat.io/openjdk/openjdk-11-rhel7:latest"
360400
}
361401
},
402+
{
403+
"name": "openj9-11-el8",
404+
"annotations": {
405+
"openshift.io/display-name": "Red Hat OpenJ9 11 (RHEL 8)",
406+
"description": "Build and run Java applications using Maven and OpenJ9 11.",
407+
"iconClass": "icon-rh-openj9",
408+
"tags": "builder,java,openj9",
409+
"supports": "java:11,java",
410+
"sampleRepo": "https://github.com/jboss-openshift/openshift-quickstarts",
411+
"sampleContextDir": "undertow-servlet",
412+
"version": "11"
413+
},
414+
"referencePolicy": {
415+
"type": "Local"
416+
},
417+
"from": {
418+
"kind": "DockerImage",
419+
"name": "registry.redhat.io/openj9/openj9-11-rhel8:latest"
420+
}
421+
},
422+
{
423+
"name": "openj9-11-el7",
424+
"annotations": {
425+
"openshift.io/display-name": "Red Hat OpenJ9 11 (RHEL 7)",
426+
"description": "Build and run Java applications using Maven and OpenJ9 11.",
427+
"iconClass": "icon-rh-openj9",
428+
"tags": "builder,java,openj9",
429+
"supports": "java:11,java",
430+
"sampleRepo": "https://github.com/jboss-openshift/openshift-quickstarts",
431+
"sampleContextDir": "undertow-servlet",
432+
"version": "11"
433+
},
434+
"referencePolicy": {
435+
"type": "Local"
436+
},
437+
"from": {
438+
"kind": "DockerImage",
439+
"name": "registry.redhat.io/openj9/openj9-11-rhel7:latest"
440+
}
441+
},
362442
{
363443
"name": "11",
364444
"annotations": {

0 commit comments

Comments
 (0)