forked from heroku/cnb-builder-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuilder-16.toml
106 lines (83 loc) · 2.34 KB
/
builder-16.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
description = "Base builder for Heroku-16 stack, based on ubuntu:16.04 base image"
[stack]
id = "heroku-16"
build-image = "ghcr.io/fagiani/cnb/heroku-16:build"
run-image = "ghcr.io/fagiani/cnb/heroku-16:run"
[lifecycle]
version = "0.16.0"
[[buildpacks]]
id = "heroku/java"
uri = "https://buildpack-registry.s3.amazonaws.com/buildpacks/fagiani/heroku-java-buildpack-1.tgz"
[[buildpacks]]
id = "heroku/scala"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/scala?version=0.3.1&name=Scala&stack=heroku-16"
[[buildpacks]]
id = "heroku/ruby"
uri = "https://buildpack-registry.s3.amazonaws.com/buildpacks/fagiani/heroku-buildpack-ruby-16.tgz"
[[buildpacks]]
id = "heroku/procfile"
uri = "docker://ghcr.io/fagiani/cnb/procfile:0.7.1"
[[buildpacks]]
id = "heroku/python-v196"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/python-v196?version=0.3.1&name=Python&stack=heroku-16"
[[buildpacks]]
id = "heroku/php-v190"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/php-v190?version=0.3.1&name=PHP&stack=heroku-16"
[[buildpacks]]
id = "heroku/go-v153"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/go-v153?version=0.3.1&name=Go&stack=heroku-16"
[[buildpacks]]
id = "heroku/nodejs-v184"
uri = "https://cnb-shim.herokuapp.com/v1/heroku/nodejs-v184?version=0.3.1&name=Node&stack=heroku-16"
[[order]]
[[order.group]]
id = "heroku/ruby"
version = "0.1.1"
[[order.group]]
id = "heroku/procfile"
version = "0.7.1"
optional = true
[[order]]
[[order.group]]
id = "heroku/python-v196"
version = "0.3.1"
[[order.group]]
id = "heroku/procfile"
version = "0.7.1"
optional = true
[[order]]
[[order.group]]
id = "heroku/scala"
version = "0.3.1"
[[order.group]]
id = "heroku/procfile"
version = "0.7.1"
optional = true
[[order]]
[[order.group]]
id = "heroku/php-v190"
version = "0.3.1"
[[order.group]]
id = "heroku/procfile"
version = "0.7.1"
optional = true
[[order]]
[[order.group]]
id = "heroku/go-v153"
version = "0.3.1"
[[order.group]]
id = "heroku/procfile"
version = "0.7.1"
optional = true
[[order]]
[[order.group]]
id = "heroku/nodejs-v184"
version = "0.3.1"
[[order.group]]
id = "heroku/procfile"
version = "0.7.1"
optional = true
[[order]]
[[order.group]]
id = "heroku/java"
version = "0.1.0"