|
20 | 20 | { |
21 | 21 | "name": "latest", |
22 | 22 | "annotations": { |
23 | | - "description": "Build and run .NET applications. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/6.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major versions updates.", |
| 23 | + "description": "Build and run .NET applications. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/8.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major versions updates.", |
24 | 24 | "iconClass": "icon-dotnet", |
25 | 25 | "openshift.io/display-name": ".NET (Latest)", |
26 | 26 | "sampleContextDir": "app", |
27 | | - "sampleRef": "dotnet-6.0", |
| 27 | + "sampleRef": "dotnet-8.0", |
28 | 28 | "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", |
29 | 29 | "supports": "dotnet", |
30 | 30 | "tags": "builder,.net,dotnet,dotnetcore,hidden" |
31 | 31 | }, |
32 | 32 | "from": { |
33 | 33 | "kind": "ImageStreamTag", |
34 | | - "name": "6.0-ubi8" |
| 34 | + "name": "8.0-ubi8" |
35 | 35 | }, |
36 | 36 | "generation": null, |
37 | 37 | "importPolicy": {}, |
|
85 | 85 | "type": "Local" |
86 | 86 | } |
87 | 87 | }, |
| 88 | + { |
| 89 | + "name": "8.0-ubi8", |
| 90 | + "annotations": { |
| 91 | + "description": "Build and run .NET 8 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/8.0/build/README.md.", |
| 92 | + "iconClass": "icon-dotnet", |
| 93 | + "openshift.io/display-name": ".NET 8 (UBI 8)", |
| 94 | + "sampleContextDir": "app", |
| 95 | + "sampleRef": "dotnet-8.0", |
| 96 | + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", |
| 97 | + "supports": "dotnet:8.0,dotnet", |
| 98 | + "tags": "builder,.net,dotnet,dotnetcore,dotnet80", |
| 99 | + "version": "8.0" |
| 100 | + }, |
| 101 | + "from": { |
| 102 | + "kind": "DockerImage", |
| 103 | + "name": "registry.access.redhat.com/ubi8/dotnet-80:8.0" |
| 104 | + }, |
| 105 | + "generation": null, |
| 106 | + "importPolicy": {}, |
| 107 | + "referencePolicy": { |
| 108 | + "type": "Local" |
| 109 | + } |
| 110 | + }, |
| 111 | + { |
| 112 | + "name": "8.0", |
| 113 | + "annotations": { |
| 114 | + "description": "Build and run .NET 8 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/8.0/build/README.md.", |
| 115 | + "iconClass": "icon-dotnet", |
| 116 | + "openshift.io/display-name": ".NET 8 (UBI 8)", |
| 117 | + "sampleContextDir": "app", |
| 118 | + "sampleRef": "dotnetcore-8.0", |
| 119 | + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", |
| 120 | + "supports": "dotnet:8.0,dotnet", |
| 121 | + "tags": "builder,.net,dotnet,dotnetcore,dotnet80,hidden", |
| 122 | + "version": "8.0" |
| 123 | + }, |
| 124 | + "from": { |
| 125 | + "kind": "DockerImage", |
| 126 | + "name": "registry.access.redhat.com/ubi8/dotnet-80:8.0" |
| 127 | + }, |
| 128 | + "generation": null, |
| 129 | + "importPolicy": {}, |
| 130 | + "referencePolicy": { |
| 131 | + "type": "Local" |
| 132 | + } |
| 133 | + }, |
88 | 134 | { |
89 | 135 | "name": "3.1-ubi8", |
90 | 136 | "annotations": { |
|
0 commit comments