|
23 | 23 | "name": "latest",
|
24 | 24 | "annotations": {
|
25 | 25 | "openshift.io/display-name": ".NET Core (Latest)",
|
26 |
| - "description": "Build and run .NET Core applications on RHEL 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/3.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core available on OpenShift, including major versions updates.", |
| 26 | + "description": "Build and run .NET Core applications on RHEL 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/3.1/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core available on OpenShift, including major versions updates.", |
27 | 27 | "iconClass": "icon-dotnet",
|
28 | 28 | "tags": "builder,.net,dotnet,dotnetcore",
|
29 | 29 | "supports": "dotnet",
|
30 | 30 | "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
|
31 | 31 | "sampleContextDir": "app",
|
32 |
| - "sampleRef": "dotnetcore-3.0" |
| 32 | + "sampleRef": "dotnetcore-3.1" |
33 | 33 | },
|
34 | 34 | "referencePolicy": {
|
35 | 35 | "type": "Local"
|
36 | 36 | },
|
37 | 37 | "from": {
|
38 | 38 | "kind": "ImageStreamTag",
|
39 |
| - "name": "3.0" |
| 39 | + "name": "3.1" |
| 40 | + } |
| 41 | + }, |
| 42 | + { |
| 43 | + "name": "3.1", |
| 44 | + "annotations": { |
| 45 | + "openshift.io/display-name": ".NET Core 3.1", |
| 46 | + "description": "Build and run .NET Core 3.1 applications on RHEL 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/3.1/build/README.md.", |
| 47 | + "iconClass": "icon-dotnet", |
| 48 | + "tags": "builder,.net,dotnet,dotnetcore,dotnet31", |
| 49 | + "supports": "dotnet:3.1,dotnet", |
| 50 | + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git", |
| 51 | + "sampleContextDir": "app", |
| 52 | + "sampleRef": "dotnetcore-3.1", |
| 53 | + "version": "3.1" |
| 54 | + }, |
| 55 | + "referencePolicy": { |
| 56 | + "type": "Local" |
| 57 | + }, |
| 58 | + "from": { |
| 59 | + "kind": "DockerImage", |
| 60 | + "name": "registry.access.redhat.com/ubi8/dotnet-31:3.1" |
40 | 61 | }
|
41 | 62 | },
|
42 | 63 | {
|
|
99 | 120 | "name": "latest",
|
100 | 121 | "annotations": {
|
101 | 122 | "openshift.io/display-name": ".NET Core Runtime (Latest)",
|
102 |
| - "description": "Run .NET Core applications on RHEL 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/3.0/runtime/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core Runtime available on OpenShift, including major versions updates.", |
| 123 | + "description": "Run .NET Core applications on RHEL 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/3.1/runtime/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core Runtime available on OpenShift, including major versions updates.", |
103 | 124 | "iconClass": "icon-dotnet",
|
104 | 125 | "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime",
|
105 | 126 | "supports": "dotnet-runtime"
|
|
109 | 130 | },
|
110 | 131 | "from": {
|
111 | 132 | "kind": "ImageStreamTag",
|
112 |
| - "name": "3.0" |
| 133 | + "name": "3.1" |
| 134 | + } |
| 135 | + }, |
| 136 | + { |
| 137 | + "name": "3.1", |
| 138 | + "annotations": { |
| 139 | + "openshift.io/display-name": ".NET Core 3.1 Runtime", |
| 140 | + "description": "Run .NET Core applications on RHEL 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/3.1/runtime/README.md.", |
| 141 | + "iconClass": "icon-dotnet", |
| 142 | + "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime", |
| 143 | + "supports": "dotnet-runtime", |
| 144 | + "version": "3.1" |
| 145 | + }, |
| 146 | + "referencePolicy": { |
| 147 | + "type": "Local" |
| 148 | + }, |
| 149 | + "from": { |
| 150 | + "kind": "DockerImage", |
| 151 | + "name": "registry.access.redhat.com/ubi8/dotnet-31-runtime:3.1" |
113 | 152 | }
|
114 | 153 | },
|
115 | 154 | {
|
|
0 commit comments