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-master.json
62 lines (62 loc) · 2.31 KB
/
blessedImageConfig-master.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
[
{
"stack": "ruby",
"version": "2.3.3",
"templateRepoURL": "https://github.com/Azure-App-Service/ruby-template.git",
"templateRepoBranchName": "master",
"outputImageName": "ruby:master-2.3.3",
"outputRepoURL": "https://github.com/blessedimagepipeline/ruby-2.3.3.git",
"outputRepoBranchName": "master",
"webAppName": "blimp-ruby-2-3-3-master",
"saveArtifacts": true,
"useCache": true
},
{
"stack": "ruby",
"version": "2.3.8",
"templateRepoURL": "https://github.com/Azure-App-Service/ruby-template.git",
"templateRepoBranchName": "master",
"outputImageName": "ruby:master-2.3.8",
"outputRepoURL": "https://github.com/blessedimagepipeline/ruby-2.3.8.git",
"outputRepoBranchName": "master",
"webAppName": "blimp-ruby-2-3-8-master",
"saveArtifacts": true,
"useCache": true
},
{
"stack": "ruby",
"version": "2.4.5",
"templateRepoURL": "https://github.com/Azure-App-Service/ruby-template.git",
"templateRepoBranchName": "master",
"outputImageName": "ruby:master-2.4.5",
"outputRepoURL": "https://github.com/blessedimagepipeline/ruby-2.4.5.git",
"outputRepoBranchName": "master",
"webAppName": "blimp-ruby-2-4-5-master",
"saveArtifacts": true,
"useCache": true
},
{
"stack": "ruby",
"version": "2.5.5",
"templateRepoURL": "https://github.com/Azure-App-Service/ruby-template.git",
"templateRepoBranchName": "master",
"outputImageName": "ruby:master-2.5.5",
"outputRepoURL": "https://github.com/blessedimagepipeline/ruby-2.5.5.git",
"outputRepoBranchName": "master",
"webAppName": "blimp-ruby-2-5-5-master",
"saveArtifacts": true,
"useCache": true
},
{
"stack": "ruby",
"version": "2.6.2",
"templateRepoURL": "https://github.com/Azure-App-Service/ruby-template.git",
"templateRepoBranchName": "master",
"outputImageName": "ruby:master-2.6.2",
"outputRepoURL": "https://github.com/blessedimagepipeline/ruby-2.6.2.git",
"outputRepoBranchName": "master",
"webAppName": "blimp-ruby-2-6-2-master",
"saveArtifacts": true,
"useCache": true
}
]