forked from dotnet/dotnet-docker-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
49 lines (49 loc) · 1.2 KB
/
manifest.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
{
"repos": [
{
"name": "microsoft/dotnet-samples",
"readmePath": "README.DockerHub.md",
"images": [
{
"sharedTags": {
"dotnetapp": {},
"latest": {}
},
"platforms": [
{
"dockerfile": "dotnetapp-prod/Dockerfile",
"os": "linux",
"tags": {
"dotnetapp-stretch": {}
}
},
{
"dockerfile": "dotnetapp-prod/Dockerfile",
"os": "windows",
"osVersion": "10.0.14393",
"tags": {
"dotnetapp-nanoserver-sac2016": {}
}
},
{
"dockerfile": "dotnetapp-prod/Dockerfile",
"os": "windows",
"osVersion": "10.0.16299",
"tags": {
"dotnetapp-nanoserver-1709": {}
}
},
{
"architecture": "arm",
"dockerfile": "dotnetapp-prod/Dockerfile.arm32",
"os": "linux",
"tags": {
"dotnetapp-stretch-arm32v7": {}
}
}
]
}
]
}
]
}