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
/
Copy pathblessedImageConfig-dev.json
68 lines (68 loc) · 2.91 KB
/
blessedImageConfig-dev.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
[
{
"baseImageName": "mcr.microsoft.com/oryx/php:5.6-20200114.13",
"outputImageName": "php:dev-5.6",
"outputRepoBranchName": "dev",
"outputRepoURL": "https://github.com/blessedimagepipeline/php-5.6.git",
"saveArtifacts": true,
"stack": "php",
"templateRepoBranchName": "dev",
"templateRepoURL": "https://github.com/Azure-App-Service/php-template.git",
"useCache": true,
"version": "5.6",
"webAppName": "blimp-php-5-6-dev",
"xdebugOutputImageName": "php-xdebug:dev-5.6",
"xdebugOutputRepoBranchName": "dev",
"xdebugTemplateName": "template-php5-apache-xdebug",
"xdebugOutputRepoURL": "https://github.com/blessedimagepipeline/php-xdebug-5.6.git"
},
{
"baseImageName": "mcr.microsoft.com/oryx/php:7.0-20200114.13",
"outputImageName": "php:dev-7.0",
"outputRepoBranchName": "dev",
"outputRepoURL": "https://github.com/blessedimagepipeline/php-7.0.git",
"saveArtifacts": true,
"stack": "php",
"templateRepoBranchName": "dev",
"templateRepoURL": "https://github.com/Azure-App-Service/php-template.git",
"useCache": true,
"version": "7.0",
"webAppName": "blimp-php-7-0-dev",
"xdebugOutputImageName": "php-xdebug:dev-7.0",
"xdebugOutputRepoBranchName": "dev",
"xdebugTemplateName": "template-php7.0-apache-xdebug",
"xdebugOutputRepoURL": "https://github.com/blessedimagepipeline/php-xdebug-7.0.git"
},
{
"baseImageName": "mcr.microsoft.com/oryx/php:7.2-20200114.13",
"outputImageName": "php:dev-7.2",
"outputRepoBranchName": "dev",
"outputRepoURL": "https://github.com/blessedimagepipeline/php-7.2.git",
"saveArtifacts": true,
"stack": "php",
"templateRepoBranchName": "dev",
"templateRepoURL": "https://github.com/Azure-App-Service/php-template.git",
"useCache": true,
"version": "7.2",
"webAppName": "blimp-php-7-2-dev",
"xdebugOutputImageName": "php-xdebug:dev-7.2",
"xdebugOutputRepoBranchName": "dev",
"xdebugOutputRepoURL": "https://github.com/blessedimagepipeline/php-xdebug-7.2.git"
},
{
"baseImageName": "mcr.microsoft.com/oryx/php:7.3-20200114.13",
"outputImageName": "php:dev-7.3",
"outputRepoBranchName": "dev",
"outputRepoURL": "https://github.com/blessedimagepipeline/php-7.3.git",
"saveArtifacts": true,
"stack": "php",
"templateRepoBranchName": "dev",
"templateRepoURL": "https://github.com/Azure-App-Service/php-template.git",
"useCache": true,
"version": "7.3",
"webAppName": "blimp-php-7-3-dev",
"xdebugOutputImageName": "php-xdebug:dev-7.3",
"xdebugOutputRepoBranchName": "dev",
"xdebugOutputRepoURL": "https://github.com/blessedimagepipeline/php-xdebug-7.3.git"
}
]