forked from heroku/cnb-builder-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuilder-18.toml
141 lines (111 loc) · 3.6 KB
/
builder-18.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
description = "Base builder for Heroku-18 stack, based on ubuntu:18.04 base image"
[stack]
id = "heroku-18"
build-image = "ghcr.io/fagiani/heroku-18:builder"
run-image = "ghcr.io/fagiani/cnb/heroku:18"
[lifecycle]
version = "0.16.1"
[[buildpacks]]
id = "heroku/java"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-java-buildpack@sha256:bb36ba2805b2fa1fda69f16db1c00be9b3a5fdf42119f8b8c54a3bf65eee6fc9"
[[buildpacks]]
id = "heroku/scala"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/scala?version=0.0.0&name=Scala&stack=heroku-18"
[[buildpacks]]
id = "heroku/java-function"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-java-function-buildpack@sha256:10cd73c88af1c758b41ff7261487553a00aec5d41d393550c09727dfa786efef"
[[buildpacks]]
id = "heroku/gradle"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/gradle?version=0.0.0&name=Gradle&stack=heroku-18"
[[buildpacks]]
id = "heroku/ruby"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/ruby?version=0.0.0&name=Ruby&stack=heroku-18"
[[buildpacks]]
id = "heroku/procfile"
uri = "docker://ghcr.io/fagiani/cnb/procfile:2.0.0"
[[buildpacks]]
id = "heroku/python"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/python?version=3.10.11&name=Python&stack=heroku-18"
[[buildpacks]]
id = "heroku/php"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/php?version=1.2.7&name=PHP&stack=heroku-18"
[[buildpacks]]
id = "heroku/go"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/go?version=0.0.0&name=Go&stack=heroku-18"
[[buildpacks]]
id = "heroku/nodejs"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-nodejs-buildpack@sha256:183beffff0ea2bacb0244904a31d1d74e8f9786ea697f03618d3ea627e8b5820"
[[buildpacks]]
id = "heroku/nodejs-function"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-nodejs-function-buildpack@sha256:3decff7227f9096ca45cb2129fe5f12c639d2dacb2325062ae182f0bd5ad52ff"
[[order]]
[[order.group]]
id = "heroku/ruby"
version = "0.0.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.0"
optional = true
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.0.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.0"
optional = true
[[order]]
[[order.group]]
id = "heroku/scala"
version = "0.0.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.0"
optional = true
[[order]]
[[order.group]]
id = "heroku/php"
version = "0.0.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.0"
optional = true
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.0.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.0"
optional = true
[[order]]
[[order.group]]
id = "heroku/nodejs-function"
version = "0.10.2"
[[order]]
[[order.group]]
id = "heroku/java-function"
version = "0.3.42"
[[order]]
[[order.group]]
id = "heroku/nodejs"
version = "0.6.2"
[[order]]
[[order.group]]
id = "heroku/java"
version = "0.6.8"
# heroku/java previously supported Gradle by mixing in the shimmed heroku/gradle buildpack. When we decided to make a
# clean cut and not have shimmed buildpacks in the CNB repository, support for Gradle in heroku/java was dropped.
# To maintain backwards compatibilty, we have this order definition here that mirrors what was in heroku/java
# previously. It can be removed when the heroku/java CNB supports Gradle again.
[[order]]
[[order.group]]
id = "heroku/jvm"
version = "1.0.8"
[[order.group]]
id = "heroku/gradle"
version = "0.0.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.0"
optional = true