summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.4/image-streams/dotnet_imagestreams.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-06-30 16:51:00 -0400
committerGitHub <noreply@github.com>2017-06-30 16:51:00 -0400
commit31005495f571e02c671b90d2b4c0bb2d57fe4457 (patch)
tree4de7d3bf4363a2a88afc0e870baa5ad0b630c4da /roles/openshift_examples/files/examples/v1.4/image-streams/dotnet_imagestreams.json
parenta5e1e1fb2b068251c050722fd5f742dd3a92d93c (diff)
parent94feef04f73d970bb6ec45afa3629e368e6c7df6 (diff)
downloadopenshift-31005495f571e02c671b90d2b4c0bb2d57fe4457.tar.gz
openshift-31005495f571e02c671b90d2b4c0bb2d57fe4457.tar.bz2
openshift-31005495f571e02c671b90d2b4c0bb2d57fe4457.tar.xz
openshift-31005495f571e02c671b90d2b4c0bb2d57fe4457.zip
Merge pull request #4659 from sdodson/image-stream-sync
Sync all content
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.4/image-streams/dotnet_imagestreams.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.4/image-streams/dotnet_imagestreams.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/roles/openshift_examples/files/examples/v1.4/image-streams/dotnet_imagestreams.json b/roles/openshift_examples/files/examples/v1.4/image-streams/dotnet_imagestreams.json
index 0d5ac21d8..857ffa980 100644
--- a/roles/openshift_examples/files/examples/v1.4/image-streams/dotnet_imagestreams.json
+++ b/roles/openshift_examples/files/examples/v1.4/image-streams/dotnet_imagestreams.json
@@ -27,8 +27,9 @@
"iconClass": "icon-dotnet",
"tags": "builder,.net,dotnet,dotnetcore",
"supports":"dotnet",
- "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore.git",
- "sampleContextDir": "1.1/test/asp-net-hello-world"
+ "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
+ "sampleContextDir": "app",
+ "sampleRef": "dotnetcore-1.1"
},
"from": {
"kind": "ImageStreamTag",
@@ -43,8 +44,9 @@
"iconClass": "icon-dotnet",
"tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore11",
"supports":"dotnet:1.1,dotnet",
- "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore.git",
- "sampleContextDir": "1.1/test/asp-net-hello-world",
+ "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
+ "sampleContextDir": "app",
+ "sampleRef": "dotnetcore-1.1",
"version": "1.1"
},
"from": {
@@ -60,8 +62,9 @@
"iconClass": "icon-dotnet",
"tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore10",
"supports":"dotnet:1.0,dotnet",
- "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore.git",
- "sampleContextDir": "1.0/test/asp-net-hello-world",
+ "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
+ "sampleContextDir": "app",
+ "sampleRef": "dotnetcore-1.0",
"version": "1.0"
},
"from": {