-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbuilder.toml
More file actions
49 lines (35 loc) · 1.11 KB
/
builder.toml
File metadata and controls
49 lines (35 loc) · 1.11 KB
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
description = "Tiny base image (Ubuntu Jammy Jellyfish build image, distroless-like run image) with buildpacks for Java, Java Native Image and Go"
[[buildpacks]]
uri = "docker://docker.io/paketobuildpacks/go:4.19.12"
version = "4.19.12"
[[buildpacks]]
uri = "docker://docker.io/paketobuildpacks/java-native-image:14.5.0"
version = "14.5.0"
[[buildpacks]]
uri = "docker://docker.io/paketobuildpacks/java:21.6.0"
version = "21.6.0"
[[buildpacks]]
uri = "docker://docker.io/paketobuildpacks/procfile:5.13.2"
version = "5.13.2"
[lifecycle]
version = "0.21.9"
[[order]]
[[order.group]]
id = "paketo-buildpacks/java-native-image"
version = "14.5.0"
[[order]]
[[order.group]]
id = "paketo-buildpacks/java"
version = "21.6.0"
[[order]]
[[order.group]]
id = "paketo-buildpacks/go"
version = "4.19.12"
[[order]]
[[order.group]]
id = "paketo-buildpacks/procfile"
version = "5.13.2"
[stack]
build-image = "docker.io/paketobuildpacks/build-jammy-tiny:0.2.132"
id = "io.buildpacks.stacks.jammy.tiny"
run-image = "index.docker.io/paketobuildpacks/run-jammy-tiny:latest"