-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuilder.toml
More file actions
51 lines (36 loc) · 1018 Bytes
/
builder.toml
File metadata and controls
51 lines (36 loc) · 1018 Bytes
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
description = "Ubi 10 builder with buildpacks for Node.js and Procfile"
[build]
image = "docker.io/paketobuildpacks/ubi-10-build-base:0.0.46"
[[buildpacks]]
uri = "docker://docker.io/paketobuildpacks/nodejs:10.2.9"
version = "10.2.9"
[[buildpacks]]
uri = "docker://docker.io/paketobuildpacks/procfile:5.13.2"
version = "5.13.2"
[[extensions]]
id = "paketo-buildpacks/ubi-nodejs-extension"
uri = "docker://docker.io/paketobuildpacks/ubi-nodejs-extension:1.6.22"
version = "1.6.22"
[lifecycle]
version = "0.21.9"
[[order]]
[[order.group]]
id = "paketo-buildpacks/nodejs"
version = "10.2.9"
[[order]]
[[order.group]]
id = "paketo-buildpacks/procfile"
version = "5.13.2"
[[order-extensions]]
[[order-extensions.group]]
id = "paketo-buildpacks/ubi-nodejs-extension"
version = "1.6.22"
[run]
[[run.images]]
image = "docker.io/paketobuildpacks/ubi-10-run-base:latest"
[[targets]]
arch = "amd64"
os = "linux"
[[targets]]
arch = "arm64"
os = "linux"