This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmanifest.json
149 lines (149 loc) · 6.06 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"images": [
{
"name": "3.1.7-bionic",
"buildArgs": [
"DOTNET_RUNTIME_VERSION=3.1.7",
"DOTNET_RUNTIME_SHA=6919e87b0e8e2c42349acb1042dba81eaf2fdadd8967f9b78e192676efd883962e3b928c423055cef010bdf1923527817553cd24036303ee2741485fc44fb116",
"DOTNET_SDK_VERSION=3.1.401",
"DOTNET_SDK_SHA=5498add9ef83da44d8f7806ca1ce335ad4193c0d3181a5abda4b65e116c7331aac37a229817ff148e4487e9734ad2438f102a0eef0049e26773a185ceb78aac4",
"RUNTIME_DEPS_IMAGE=armutcom/dotnet-core-runtime:3.1.7-deps-bionic",
"RUNTIME_IMAGE=armutcom/dotnet-core-runtime:3.1.7-bionic",
"NETCOREAPP_VERSION=netcoreapp3.1",
"ASPNETCORE_RUNTIME_SPA_IMAGE=armutcom/aspnet-core:3.1.7-bionic",
"ASPNETCORE_BUILD_IMAGE=armutcom/dotnet-core-sdk:3.1.401-runtime-3.1.7-bionic",
"RUNTIME_NEWRELIC_IMAGE=armutcom/dotnet-core-runtime-newrelic:3.1.7-bionic",
"ASPNETCORE_RUNTIME_IMAGE=armutcom/aspnet-core:3.1.7-bionic",
"ASPNETCORE_RUNTIME_NEWRELIC_IMAGE=armutcom/aspnet-core-runtime-newrelic:3.1.7-bionic"
],
"runtimeDepsConfiguration": {
"name": "armutcom/dotnet-core-runtime",
"dockerfile": "images/runtime-deps/ubuntu-18.04/",
"tags": [
"3.1.7-deps-bionic"
]
},
"runtimeConfiguration": {
"name": "armutcom/dotnet-core-runtime",
"dockerfile": "images/dotnet-core/runtime/",
"tags": [
"3.1.7-bionic",
"3.1.7",
"bionic-latest",
"latest"
]
},
"sdkConfiguration": {
"name": "armutcom/dotnet-core-sdk",
"dockerfile": "images/dotnet-core/sdk/ubuntu-18.04/",
"tags": [
"3.1.401-runtime-3.1.7-bionic",
"latest"
]
},
"aspNetCoreRuntimeConfiguration": {
"name": "armutcom/aspnet-core",
"dockerfile": "images/aspnet-core/runtime/",
"tags": [
"3.1.7-bionic",
"bionic-latest",
"latest"
]
},
"aspNetCoreRuntimeSpaConfiguration": {
"name": "armutcom/aspnet-core",
"dockerfile": "images/aspnet-core/runtime-spa/",
"tags": [
"3.1.7-spa-node-8.11.2-bionic",
"spa-bionic",
"spa-latest",
"spa"
]
},
"aspNetCoreBuildConfiguration": {
"name": "armutcom/aspnet-core",
"dockerfile": "images/aspnet-core/build/",
"tags": [
"3.1.7-sdk-3.1.401-build-bionic",
"3.1.7-sdk-3.1.401-node-8.11.2-build-bionic",
"build-bionic-latest",
"build-latest",
"build"
]
},
"newrelicRuntimeConfiguration": {
"name": "armutcom/dotnet-core-runtime-newrelic",
"dockerfile": "images/dotnet-core/runtime-newrelic/",
"tags": [
"3.1.7-bionic"
]
},
"newrelicRuntimeTimezoneTrConfiguration": {
"name": "armutcom/dotnet-core-runtime-timezone-tr-newrelic",
"dockerfile": "images/dotnet-core/runtime-newrelic-timezone-tr/",
"tags": [
"3.1.7-bionic"
]
},
"dotnetRuntimeTimezoneTrConfiguration": {
"name": "armutcom/dotnet-core-runtime-timezone-tr",
"dockerfile": "images/dotnet-core/runtime-timezone-tr/",
"tags": [
"3.1.7-bionic"
]
},
"aspnetcoreNewrelicRuntimeConfiguration": {
"name": "armutcom/aspnet-core-runtime-newrelic",
"dockerfile": "images/aspnet-core/runtime-newrelic/",
"tags": [
"3.1.7-bionic"
]
},
"aspnetcoreNewrelicRuntimeTimezoneTrConfiguration": {
"name": "armutcom/aspnet-core-runtime-timezone-tr-newrelic",
"dockerfile": "images/aspnet-core/runtime-newrelic-timezone-tr/",
"tags": [
"3.1.7-bionic"
]
},
"aspnetcoreRuntimeTimezoneTrConfiguration": {
"name": "armutcom/aspnet-core-runtime-timezone-tr",
"dockerfile": "images/aspnet-core/runtime-timezone-tr/",
"tags": [
"3.1.7-bionic"
]
}
}
],
"tests": [
{
"name": "core-runtime-3.1.7-tests-bionic",
"testAppPath": "tests/base/TestConsoleApp/",
"buildArgs": [
"base_image_runtime=armutcom/dotnet-core-runtime:3.1.7-bionic",
"base_image_build=armutcom/dotnet-core-sdk:3.1.401-runtime-3.1.7-bionic",
"project_path=./TestConsoleApp",
"run_target=TestConsoleApp.dll",
"DOTNET_RUNTIME_VERSION=3.1.7",
"NETCOREAPP_VERSION=netcoreapp3.1"
]
},
{
"name": "aspnet-runtime-3.1.7-tests-bionic",
"testAppPath": "tests/base/TestWebApp/",
"buildArgs": [
"base_image_runtime=armutcom/aspnet-core:3.1.7-bionic",
"base_image_build=armutcom/dotnet-core-sdk:3.1.401-runtime-3.1.7-bionic",
"project_path=./TestWebApp",
"run_target=TestWebApp.dll",
"DOTNET_RUNTIME_VERSION=3.1.7",
"NETCOREAPP_VERSION=netcoreapp3.1"
],
"port": 22326,
"httpCalls": [
"/",
"/api/"
]
}
]
}