-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbuilder.toml
More file actions
37 lines (27 loc) · 833 Bytes
/
builder.toml
File metadata and controls
37 lines (27 loc) · 833 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
description = "Ubuntu 24.04 Noble Numbat tiny image with only Java buildpacks included. To use, specify buildpacks at build time."
[[buildpacks]]
uri = "docker://docker.io/paketobuildpacks/java-native-image:14.3.0"
version = "14.3.0"
[[buildpacks]]
uri = "docker://docker.io/paketobuildpacks/java:21.4.0"
version = "21.4.0"
[lifecycle]
version = "0.21.7"
[[order]]
[[order.group]]
id = "paketo-buildpacks/java-native-image"
version = "14.3.0"
[[order]]
[[order.group]]
id = "paketo-buildpacks/java"
version = "21.4.0"
[stack]
build-image = "docker.io/paketobuildpacks/ubuntu-noble-build:0.0.73"
id = "io.buildpacks.stacks.noble"
run-image = "docker.io/paketobuildpacks/ubuntu-noble-run-tiny:0.0.73"
[[targets]]
arch = "amd64"
os = "linux"
[[targets]]
arch = "arm64"
os = "linux"