forked from paketo-buildpacks/builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bionic-order.toml
44 lines (36 loc) · 1.31 KB
/
bionic-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
description = "Ubuntu bionic base image with buildpacks for Java, NodeJS and Golang"
[[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.procfile" },
]