|
@@ -0,0 +1,36 @@
|
|
|
+{
|
|
|
+ "kind": "List",
|
|
|
+ "apiVersion": "v1",
|
|
|
+ "metadata": {
|
|
|
+ "name": "dotnet-image-streams",
|
|
|
+ "annotations": {
|
|
|
+ "description": "ImageStream definitions for .Net Core on RHEL"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "items": [
|
|
|
+ {
|
|
|
+ "kind": "ImageStream",
|
|
|
+ "apiVersion": "v1",
|
|
|
+ "metadata": {
|
|
|
+ "name": "dotnetcore-10-rhel7"
|
|
|
+ },
|
|
|
+ "spec": {
|
|
|
+ "dockerImageRepository": "registry.access.redhat.com/dotnet/dotnetcore-10-rhel7",
|
|
|
+ "tags": [
|
|
|
+ {
|
|
|
+ "name": "1.0",
|
|
|
+ "annotations": {
|
|
|
+ "description": ".Net Core 1.0 S2I image.",
|
|
|
+ "iconClass": "icon-dotnet",
|
|
|
+ "tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore10",
|
|
|
+ "supports":"dotnet:1.0",
|
|
|
+ "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore.git",
|
|
|
+ "sampleContextDir": "1.0/test/asp-net-hello-world",
|
|
|
+ "version": "1.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+}
|