|
299 | 299 | "name": "registry.redhat.io/redhat-openjdk-18/openjdk18-openshift:latest"
|
300 | 300 | }
|
301 | 301 | },
|
| 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 | + }, |
302 | 342 | {
|
303 | 343 | "name": "8",
|
304 | 344 | "annotations": {
|
|
359 | 399 | "name": "registry.redhat.io/openjdk/openjdk-11-rhel7:latest"
|
360 | 400 | }
|
361 | 401 | },
|
| 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 | + }, |
362 | 442 | {
|
363 | 443 | "name": "11",
|
364 | 444 | "annotations": {
|
|
0 commit comments