This repository was archived by the owner on Feb 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathblessedImageConfig-save.json
More file actions
66 lines (66 loc) · 2.81 KB
/
Copy pathblessedImageConfig-save.json
File metadata and controls
66 lines (66 loc) · 2.81 KB
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
[
{
"baseImageName": "mcr.microsoft.com/oryx/php:5.6-20200114.13",
"outputImageName": "php:save-5.6",
"outputRepoBranchName": "save",
"outputRepoURL": "https://github.com/blessedimagepipeline/php-5.6.git",
"saveArtifacts": true,
"stack": "php",
"templateRepoBranchName": "save",
"templateRepoURL": "https://github.com/Azure-App-Service/php-template.git",
"useCache": true,
"version": "5.6",
"webAppName": "blimp-php-5-6-save",
"xdebugOutputImageName": "php-xdebug:save-5.6",
"xdebugOutputRepoBranchName": "save",
"xdebugOutputRepoURL": "https://github.com/blessedimagepipeline/php-xdebug-5.6.git"
},
{
"baseImageName": "mcr.microsoft.com/oryx/php:7.0-20200114.13",
"outputImageName": "php:save-7.0",
"outputRepoBranchName": "save",
"outputRepoURL": "https://github.com/blessedimagepipeline/php-7.0.git",
"saveArtifacts": true,
"stack": "php",
"templateRepoBranchName": "save",
"templateRepoURL": "https://github.com/Azure-App-Service/php-template.git",
"useCache": true,
"version": "7.0",
"webAppName": "blimp-php-7-0-save",
"xdebugOutputImageName": "php-xdebug:save-7.0",
"xdebugOutputRepoBranchName": "save",
"xdebugOutputRepoURL": "https://github.com/blessedimagepipeline/php-xdebug-7.0.git"
},
{
"baseImageName": "mcr.microsoft.com/oryx/php:7.2-20200114.13",
"outputImageName": "php:save-7.2",
"outputRepoBranchName": "save",
"outputRepoURL": "https://github.com/blessedimagepipeline/php-7.2.git",
"saveArtifacts": true,
"stack": "php",
"templateRepoBranchName": "save",
"templateRepoURL": "https://github.com/Azure-App-Service/php-template.git",
"useCache": true,
"version": "7.2",
"webAppName": "blimp-php-7-2-save",
"xdebugOutputImageName": "php-xdebug:save-7.2",
"xdebugOutputRepoBranchName": "save",
"xdebugOutputRepoURL": "https://github.com/blessedimagepipeline/php-xdebug-7.2.git"
},
{
"baseImageName": "mcr.microsoft.com/oryx/php:7.3-20200114.13",
"outputImageName": "php:save-7.3",
"outputRepoBranchName": "save",
"outputRepoURL": "https://github.com/blessedimagepipeline/php-7.3.git",
"saveArtifacts": true,
"stack": "php",
"templateRepoBranchName": "save",
"templateRepoURL": "https://github.com/Azure-App-Service/php-template.git",
"useCache": true,
"version": "7.3",
"webAppName": "blimp-php-7-3-save",
"xdebugOutputImageName": "php-xdebug:save-7.3",
"xdebugOutputRepoBranchName": "save",
"xdebugOutputRepoURL": "https://github.com/blessedimagepipeline/php-xdebug-7.3.git"
}
]