|
1125 | 1125 | }
|
1126 | 1126 | ]
|
1127 | 1127 | }
|
| 1128 | + }, |
| 1129 | + { |
| 1130 | + "kind": "ImageStream", |
| 1131 | + "apiVersion": "v1", |
| 1132 | + "metadata": { |
| 1133 | + "name": "dotnet", |
| 1134 | + "annotations": { |
| 1135 | + "openshift.io/display-name": ".NET Core Builder Images" |
| 1136 | + } |
| 1137 | + }, |
| 1138 | + "spec": { |
| 1139 | + "tags": [ |
| 1140 | + { |
| 1141 | + "name": "latest", |
| 1142 | + "annotations": { |
| 1143 | + "openshift.io/display-name": ".NET Core (Latest)", |
| 1144 | + "description": "Build and run .NET Core applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.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.", |
| 1145 | + "iconClass": "icon-dotnet", |
| 1146 | + "tags": "builder,.net,dotnet,dotnetcore", |
| 1147 | + "supports":"dotnet", |
| 1148 | + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git", |
| 1149 | + "sampleContextDir": "app", |
| 1150 | + "sampleRef": "dotnetcore-2.0" |
| 1151 | + }, |
| 1152 | + "from": { |
| 1153 | + "kind": "ImageStreamTag", |
| 1154 | + "name": "2.0" |
| 1155 | + } |
| 1156 | + }, |
| 1157 | + { |
| 1158 | + "name": "2.0", |
| 1159 | + "annotations": { |
| 1160 | + "openshift.io/display-name": ".NET Core 2.0", |
| 1161 | + "description": "Build and run .NET Core 2.0 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/build/README.md.", |
| 1162 | + "iconClass": "icon-dotnet", |
| 1163 | + "tags": "builder,.net,dotnet,dotnetcore,rh-dotnet20", |
| 1164 | + "supports":"dotnet:2.0,dotnet", |
| 1165 | + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git", |
| 1166 | + "sampleContextDir": "app", |
| 1167 | + "sampleRef": "dotnetcore-2.0", |
| 1168 | + "version": "2.0" |
| 1169 | + }, |
| 1170 | + "from": { |
| 1171 | + "kind": "DockerImage", |
| 1172 | + "name": "registry.centos.org/dotnet/dotnet-20-centos7:latest" |
| 1173 | + } |
| 1174 | + } |
| 1175 | + ] |
| 1176 | + } |
| 1177 | + }, |
| 1178 | + { |
| 1179 | + "kind": "ImageStream", |
| 1180 | + "apiVersion": "v1", |
| 1181 | + "metadata": { |
| 1182 | + "name": "dotnet-runtime", |
| 1183 | + "annotations": { |
| 1184 | + "openshift.io/display-name": ".NET Core Runtime Images" |
| 1185 | + } |
| 1186 | + }, |
| 1187 | + "spec": { |
| 1188 | + "tags": [ |
| 1189 | + { |
| 1190 | + "name": "latest", |
| 1191 | + "annotations": { |
| 1192 | + "openshift.io/display-name": ".NET Core Runtime (Latest)", |
| 1193 | + "description": "Run .NET Core applications on CentOS 7. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.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.", |
| 1194 | + "iconClass": "icon-dotnet", |
| 1195 | + "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime", |
| 1196 | + "supports":"dotnet-runtime" |
| 1197 | + }, |
| 1198 | + "from": { |
| 1199 | + "kind": "ImageStreamTag", |
| 1200 | + "name": "2.0" |
| 1201 | + } |
| 1202 | + }, |
| 1203 | + { |
| 1204 | + "name": "2.0", |
| 1205 | + "annotations": { |
| 1206 | + "openshift.io/display-name": ".NET Core 2.0 Runtime", |
| 1207 | + "description": "Run .NET Core applications on CentOS 7. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/runtime/README.md.", |
| 1208 | + "iconClass": "icon-dotnet", |
| 1209 | + "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime", |
| 1210 | + "supports":"dotnet-runtime", |
| 1211 | + "version": "2.0" |
| 1212 | + }, |
| 1213 | + "from": { |
| 1214 | + "kind": "DockerImage", |
| 1215 | + "name": "registry.centos.org/dotnet/dotnet-20-runtime-centos7:latest" |
| 1216 | + } |
| 1217 | + } |
| 1218 | + ] |
| 1219 | + } |
1128 | 1220 | }
|
1129 | 1221 | ]
|
1130 | 1222 | }
|
0 commit comments