forked from paketo-buildpacks/builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcflinuxfs3-order.toml
59 lines (48 loc) · 1.51 KB
/
cflinuxfs3-order.toml
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
description = "cflinuxfs3 base image with buildpacks for Java, .NET, NodeJS, Golang, PHP, HTTPD and NGINX"
[[order]]
group = [
### Order is strictly enforced
{ id = "org.cloudfoundry.openjdk" },
{ id = "org.cloudfoundry.buildsystem", optional = true },
### Order determines precedence
{ id = "org.cloudfoundry.jvmapplication" },
{ id = "org.cloudfoundry.tomcat", optional = true },
{ id = "org.cloudfoundry.springboot", optional = true },
{ id = "org.cloudfoundry.distzip", optional = true },
{ id = "org.cloudfoundry.procfile", optional = true },
### Order does not matter
{ id = "org.cloudfoundry.azureapplicationinsights", optional = true },
{ id = "org.cloudfoundry.debug", optional = true },
{ id = "org.cloudfoundry.googlestackdriver", optional = true },
{ id = "org.cloudfoundry.jdbc", optional = true },
{ id = "org.cloudfoundry.jmx", optional = true },
{ id = "org.cloudfoundry.springautoreconfiguration", optional = true },
]
[[order]]
group = [
{ id = "org.cloudfoundry.nodejs" },
]
[[order]]
group = [
{ id = "org.cloudfoundry.go" },
]
[[order]]
group = [
{ id = "org.cloudfoundry.dotnet-core" },
]
[[order]]
group = [
{ id = "org.cloudfoundry.php" },
]
[[order]]
group = [
{ id = "org.cloudfoundry.httpd" },
]
[[order]]
group = [
{ id = "org.cloudfoundry.nginx" },
]
[[order]]
group = [
{ id = "org.cloudfoundry.procfile" },
]