-
Notifications
You must be signed in to change notification settings - Fork 12
/
builder.toml
116 lines (99 loc) · 2.86 KB
/
builder.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
description = "Ubuntu 24.04 AMD64+ARM64 base image with buildpacks for Go, Java, Node.js, PHP, Python, Ruby & Scala."
[stack]
id = "heroku-24"
build-image = "heroku/heroku:24-build"
run-image = "heroku/heroku:24"
[lifecycle]
version = "0.19.7"
[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:1bbd4e89e4245b4c74d4edd264dbde73975d191d13fcd6d05b45d1bbd2de6e41"
[[buildpacks]]
id = "heroku/java"
uri = "docker://docker.io/heroku/buildpack-java@sha256:7c5e64be14b9118831b37f9321f3a04d386a3df92d486ccb7477c8a663490f4d"
[[buildpacks]]
id = "heroku/nodejs"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:38695eb37caa2de7743d7ca20d83add5be54f82903f236a3d6ebebb1233dd503"
[[buildpacks]]
id = "heroku/php"
uri = "docker://docker.io/heroku/buildpack-php@sha256:21c6e7c49c6a62167ff1f8c2d1aaebdde99e278d677ecb04ec404a1f66065d93"
[[buildpacks]]
id = "heroku/procfile"
uri = "docker://docker.io/heroku/buildpack-procfile@sha256:2e57b342cab83f6517bb1b94f7ebedd2f9b723b8dc7536c15009a779ef2df92f"
[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:4f45787514e9a1ab505aaaebf778ac4b91a4fc12ad1b30ac02b38e0f0e1e71c9"
[[buildpacks]]
id = "heroku/ruby"
uri = "docker://docker.io/heroku/buildpack-ruby@sha256:b98b873adf2fc51dce9ae09331486cfe2f799ec233eb7128d1f5068e6e63e25a"
[[buildpacks]]
id = "heroku/scala"
uri = "docker://docker.io/heroku/buildpack-scala@sha256:0c50dda170abd417da3aadde8dd7be5f1e724f6b87137a730e946d814c6b9e92"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.12.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
optional = true
[[order]]
[[order.group]]
id = "heroku/nodejs-engine"
version = "3.2.5"
optional = true
[[order.group]]
id = "heroku/nodejs-yarn"
version = "3.2.5"
optional = true
[[order.group]]
id = "heroku/jvm"
version = "6.0.0"
optional = true
[[order.group]]
id = "heroku/ruby"
version = "3.0.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
optional = true
[[order]]
[[order.group]]
id = "heroku/nodejs"
version = "3.2.5"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
optional = true
[[order]]
[[order.group]]
id = "heroku/java"
version = "6.0.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
optional = true
[[order]]
[[order.group]]
id = "heroku/scala"
version = "6.0.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
optional = true
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.4.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
optional = true
[[order]]
[[order.group]]
id = "heroku/php"
version = "0.2.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
optional = true