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>2016-11-03 16:38:14 -0400
committerScott Dodson <sdodson@redhat.com>2016-11-03 16:38:14 -0400
commit99c9c1428445ae1f79dc4b7f8c49e32236534ee8 (patch)
treed844f21d528ec5d1f931b198f145f126d1ef196a /roles/openshift_examples/files/examples/v1.4/image-streams/dotnet_imagestreams.json
parent76fca28ea37a791447974a823dc00508fbcd243a (diff)
downloadopenshift-99c9c1428445ae1f79dc4b7f8c49e32236534ee8.tar.gz
openshift-99c9c1428445ae1f79dc4b7f8c49e32236534ee8.tar.bz2
openshift-99c9c1428445ae1f79dc4b7f8c49e32236534ee8.tar.xz
openshift-99c9c1428445ae1f79dc4b7f8c49e32236534ee8.zip
Update v1.4 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.json6
1 files changed, 3 insertions, 3 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 6cbf81591..00b363c42 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
@@ -19,9 +19,9 @@
{
"name": "latest",
"annotations": {
- "description": ".Net Core 1.0 S2I image.",
+ "description": "Build and run .NET Core 1.0 applications",
"iconClass": "icon-dotnet",
- "tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore10",
+ "tags": "builder,.net,dotnet,dotnetcore",
"supports":"dotnet",
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore.git",
"sampleContextDir": "1.0/test/asp-net-hello-world"
@@ -34,7 +34,7 @@
{
"name": "1.0",
"annotations": {
- "description": ".Net Core 1.0 S2I image.",
+ "description": "Build and run .NET Core 1.0 applications",
"iconClass": "icon-dotnet",
"tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore10",
"supports":"dotnet:1.0,dotnet",