-
Notifications
You must be signed in to change notification settings - Fork 2
/
blessedImageConfig-save.json
54 lines (54 loc) · 2.11 KB
/
blessedImageConfig-save.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
[
{
"baseImageName": "mcr.microsoft.com/oryx/python:2.7-20190712.5",
"outputImageName": "python:save-2.7",
"outputRepoBranchName": "save",
"outputRepoURL": "https://github.com/blessedimagepipeline/python-2.7.git",
"saveArtifacts": true,
"stack": "python",
"templateRepoBranchName": "save",
"templateRepoURL": "https://github.com/Azure-App-Service/python-template.git",
"useCache": true,
"version": "2.7",
"webAppName": "blimp-python-2-7-save"
},
{
"baseImageName": "mcr.microsoft.com/oryx/python:3.6-20190712.5",
"outputImageName": "python:save-3.6",
"outputRepoBranchName": "save",
"outputRepoURL": "https://github.com/blessedimagepipeline/python-3.6.git",
"saveArtifacts": true,
"stack": "python",
"templateRepoBranchName": "save",
"templateRepoURL": "https://github.com/Azure-App-Service/python-template.git",
"useCache": true,
"version": "3.6",
"webAppName": "blimp-python-3-6-save"
},
{
"baseImageName": "mcr.microsoft.com/oryx/python:3.7-20190712.5",
"outputImageName": "python:save-3.7",
"outputRepoBranchName": "save",
"outputRepoURL": "https://github.com/blessedimagepipeline/python-3.7.git",
"saveArtifacts": true,
"stack": "python",
"templateRepoBranchName": "save",
"templateRepoURL": "https://github.com/Azure-App-Service/python-template.git",
"useCache": true,
"version": "3.7",
"webAppName": "blimp-python-3-7-save"
},
{
"baseImageName": "mcr.microsoft.com/oryx/python:3.8-20190712.5",
"outputImageName": "python:save-3.8",
"outputRepoBranchName": "save",
"outputRepoURL": "https://github.com/blessedimagepipeline/python-3.8.git",
"saveArtifacts": true,
"stack": "python",
"templateRepoBranchName": "save",
"templateRepoURL": "https://github.com/Azure-App-Service/python-template.git",
"useCache": true,
"version": "3.8",
"webAppName": "blimp-python-3-8-save"
}
]