|
556 | 556 | "name": "oracleImageSelector", |
557 | 557 | "type": "Microsoft.Common.DropDown", |
558 | 558 | "label": "Select desired combination of WebLogic Server, JDK and Operating System or fully qualified Docker tag", |
559 | | - "defaultValue": "14.1.1.0-11", |
| 559 | + "defaultValue": "14.1.2.0-17-ol9", |
560 | 560 | "multiLine": true, |
561 | 561 | "toolTip": "Select image", |
562 | 562 | "constraints": { |
563 | 563 | "allowedValues": [ |
| 564 | + { |
| 565 | + "label": "14.1.2.0-17-ol9", |
| 566 | + "description": "14c (14.1.2.0) on JDK 17 on Oracle Linux 9", |
| 567 | + "value": "14.1.2.0-generic-jdk17-ol9" |
| 568 | + }, |
| 569 | + { |
| 570 | + "label": "14.1.2.0-21-ol9", |
| 571 | + "description": "14c (14.1.2.0) on JDK 21 on Oracle Linux 9", |
| 572 | + "value": "14.1.2.0-generic-jdk21-ol9" |
| 573 | + }, |
| 574 | + { |
| 575 | + "label": "14.1.2.0-17-ol8", |
| 576 | + "description": "14c (14.1.2.0) on JDK 17 on Oracle Linux 8", |
| 577 | + "value": "14.1.2.0-generic-jdk17-ol8" |
| 578 | + }, |
| 579 | + { |
| 580 | + "label": "14.1.2.0-21-ol8", |
| 581 | + "description": "14c (14.1.2.0) on JDK 21 on Oracle Linux 8", |
| 582 | + "value": "14.1.2.0-generic-jdk21-ol8" |
| 583 | + }, |
564 | 584 | { |
565 | 585 | "label": "14.1.1.0-8", |
566 | | - "description": "14c on JDK 8 on Oracle Linux 7", |
| 586 | + "description": "14c (14.1.1.0) on JDK 8 on Oracle Linux 7", |
567 | 587 | "value": "14.1.1.0-8" |
568 | 588 | }, |
569 | 589 | { |
570 | 590 | "label": "14.1.1.0-11", |
571 | | - "description": "14c on JDK 11 on Oracle Linux 7", |
| 591 | + "description": "14c (14.1.1.0) on JDK 11 on Oracle Linux 7", |
572 | 592 | "value": "14.1.1.0-11" |
573 | 593 | }, |
574 | 594 | { |
|
578 | 598 | }, |
579 | 599 | { |
580 | 600 | "label": "14.1.1.0-8-ol8", |
581 | | - "description": "14c on JDK 8 on Oracle Linux 8", |
| 601 | + "description": "14c (14.1.1.0.0) on JDK 8 on Oracle Linux 8", |
582 | 602 | "value": "14.1.1.0-8-ol8" |
583 | 603 | }, |
584 | 604 | { |
585 | 605 | "label": "14.1.1.0-11-ol8", |
586 | | - "description": "14c on JDK 11 on Oracle Linux 8", |
| 606 | + "description": "14c (14.1.1.0.0) on JDK 11 on Oracle Linux 8", |
587 | 607 | "value": "14.1.1.0-11-ol8" |
588 | 608 | }, |
589 | 609 | { |
|
0 commit comments