-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathblessedImageConfig-temp.json
40 lines (40 loc) · 1.36 KB
/
blessedImageConfig-temp.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
[
{
"baseImageName": "mcr.microsoft.com/oryx/python:2.7-20190712.5",
"outputImageName": "python:dev-2.7",
"saveArtifacts": false,
"stack": "python",
"templateRepoBranchName": "dev",
"templateRepoURL": "https://github.com/Azure-App-Service/python-template.git",
"useCache": true,
"version": "2.7"
},
{
"baseImageName": "mcr.microsoft.com/oryx/python:3.6-20190712.5",
"outputImageName": "python:dev-3.6",
"saveArtifacts": false,
"stack": "python",
"templateRepoBranchName": "dev",
"templateRepoURL": "https://github.com/Azure-App-Service/python-template.git",
"useCache": true,
"version": "3.6"
},
{
"baseImageName": "mcr.microsoft.com/oryx/python:3.7-20190712.5",
"saveArtifacts": false,
"stack": "python",
"templateRepoBranchName": "dev",
"templateRepoURL": "https://github.com/Azure-App-Service/python-template.git",
"useCache": true,
"version": "3.7"
},
{
"baseImageName": "mcr.microsoft.com/oryx/python:3.8-20190712.5",
"saveArtifacts": false,
"stack": "python",
"templateRepoBranchName": "dev",
"templateRepoURL": "https://github.com/Azure-App-Service/python-template.git",
"useCache": true,
"version": "3.8"
}
]