forked from bcgov/schoolbus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dotnet_imagestreams.json
54 lines (54 loc) · 2.05 KB
/
dotnet_imagestreams.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"kind": "ImageStreamList",
"apiVersion": "v1",
"metadata": {
"name": "dotnet-image-streams",
"annotations": {
"description": "ImageStream definitions for .Net Core on RHEL"
}
},
"items": [
{
"kind": "ImageStream",
"apiVersion": "v1",
"metadata": {
"name": "dotnet"
},
"spec": {
"tags": [
{
"name": "latest",
"annotations": {
"description": "Build and run .NET Core 1.0 applications",
"iconClass": "icon-dotnet",
"tags": "builder,.net,dotnet,dotnetcore",
"supports":"dotnet",
"sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore.git",
"sampleContextDir": "1.0/test/asp-net-hello-world"
},
"from": {
"kind": "ImageStreamTag",
"name": "1.0"
}
},
{
"name": "1.0",
"annotations": {
"description": "Build and run .NET Core 1.0 applications",
"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",
"version": "1.0"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/dotnet/dotnetcore-10-rhel7:1.0"
}
}
]
}
}
]
}