File tree Expand file tree Collapse file tree 8 files changed +33
-48
lines changed Expand file tree Collapse file tree 8 files changed +33
-48
lines changed Original file line number Diff line number Diff line change 1
1
# Buildpacks to include in builder
2
2
[[buildpacks ]]
3
3
id = " samples/java-maven"
4
- version = " 0.0.2 "
4
+ version = " 0.0.3 "
5
5
uri = " ../../buildpacks/java-maven"
6
6
7
7
[[buildpacks ]]
8
8
id = " samples/kotlin-gradle"
9
- version = " 0.0.2 "
9
+ version = " 0.0.3 "
10
10
uri = " ../../buildpacks/kotlin-gradle"
11
11
12
12
[[buildpacks ]]
@@ -42,17 +42,17 @@ version = "0.0.1"
42
42
[[order ]]
43
43
[[order .group ]]
44
44
id = " samples/java-maven"
45
- version = " 0.0.2 "
45
+ version = " 0.0.3 "
46
46
47
47
[[order ]]
48
48
[[order .group ]]
49
49
id = " samples/kotlin-gradle"
50
- version = " 0.0.2 "
50
+ version = " 0.0.3 "
51
51
52
52
[[order ]]
53
53
[[order .group ]]
54
54
id = " samples/hello-universe"
55
- version = " 0.0.1 "
55
+ version = " 0.0.2 "
56
56
57
57
# Order used for detection (extensions)
58
58
[[order-extensions ]]
@@ -75,8 +75,10 @@ image = "cnbs/sample-base-build:alpine"
75
75
[[run .images ]]
76
76
image = " cnbs/sample-base-run:alpine"
77
77
78
- # Stack (deprecated) used to create the builder
79
- [stack ]
80
- id = " io.buildpacks.samples.stacks.alpine"
81
- build-image = " cnbs/sample-base-build:alpine"
82
- run-image = " cnbs/sample-base-run:alpine"
78
+ [[targets ]]
79
+ arch = " amd64"
80
+ os = " linux"
81
+
82
+ [[targets ]]
83
+ arch = " arm64"
84
+ os = " linux"
Original file line number Diff line number Diff line change 1
1
# Buildpacks to include in builder
2
2
[[buildpacks ]]
3
3
id = " samples/java-maven"
4
- version = " 0.0.2 "
4
+ version = " 0.0.3 "
5
5
uri = " ../../buildpacks/java-maven"
6
6
7
7
[[buildpacks ]]
8
8
id = " samples/kotlin-gradle"
9
- version = " 0.0.2 "
9
+ version = " 0.0.3 "
10
10
uri = " ../../buildpacks/kotlin-gradle"
11
11
12
12
[[buildpacks ]]
13
13
id = " samples/ruby-bundler"
14
- version = " 0.0.1 "
14
+ version = " 0.0.2 "
15
15
uri = " ../../buildpacks/ruby-bundler"
16
16
17
17
[[buildpacks ]]
@@ -31,12 +31,12 @@ version = "0.0.2"
31
31
[[order ]]
32
32
[[order .group ]]
33
33
id = " samples/ruby-bundler"
34
- version = " 0.0.1 "
34
+ version = " 0.0.2 "
35
35
36
36
[[order ]]
37
37
[[order .group ]]
38
38
id = " samples/hello-universe"
39
- version = " 0.0.1 "
39
+ version = " 0.0.2 "
40
40
41
41
# Base images used to create the builder
42
42
[build ]
Original file line number Diff line number Diff line change 1
1
# Buildpack API version
2
- api = " 0.10 "
2
+ api = " 0.14 "
3
3
4
4
# Buildpack ID and metadata
5
5
[buildpack ]
6
6
id = " samples/hello-moon"
7
- version = " 0.0.1 "
7
+ version = " 0.0.2 "
8
8
name = " Hello Moon Buildpack"
9
9
homepage = " https://github.com/buildpacks/samples/tree/main/buildpacks/hello-moon"
10
10
sbom-formats = [" application/vnd.cyclonedx+json" ]
11
11
12
12
# Targets the buildpack will work with
13
13
[[targets ]]
14
14
os = " linux"
15
-
16
- # Stacks (deprecated) the buildpack will work with
17
- [[stacks ]]
18
- id = " *"
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ api = "0.10"
4
4
# Buildpack ID and metadata
5
5
[buildpack ]
6
6
id = " samples/hello-universe"
7
- version = " 0.0.1 "
7
+ version = " 0.0.2 "
8
8
name = " Hello Universe Buildpack"
9
9
homepage = " https://github.com/buildpacks/samples/tree/main/buildpacks/hello-universe"
10
10
11
11
# Order used for detection
12
12
[[order ]]
13
13
[[order .group ]]
14
14
id = " samples/hello-world"
15
- version = " 0.0.1 "
15
+ version = " 0.0.2 "
16
16
17
17
[[order .group ]]
18
18
id = " samples/hello-moon"
19
- version = " 0.0.1 "
19
+ version = " 0.0.2 "
Original file line number Diff line number Diff line change 1
1
# Buildpack API version
2
- api = " 0.10 "
2
+ api = " 0.14 "
3
3
4
4
# Buildpack ID and metadata
5
5
[buildpack ]
6
6
id = " samples/hello-world"
7
- version = " 0.0.1 "
7
+ version = " 0.0.2 "
8
8
name = " Hello World Buildpack"
9
9
homepage = " https://github.com/buildpacks/samples/tree/main/buildpacks/hello-world"
10
10
11
11
# Targets the buildpack will work with
12
12
[[targets ]]
13
13
os = " linux"
14
-
15
- # Stacks (deprecated) the buildpack will work with
16
- [[stacks ]]
17
- id = " *"
Original file line number Diff line number Diff line change 1
1
# Buildpack API version
2
- api = " 0.10 "
2
+ api = " 0.14 "
3
3
4
4
# Buildpack ID and metadata
5
5
[buildpack ]
6
6
id = " samples/java-maven"
7
- version = " 0.0.2 "
7
+ version = " 0.0.3 "
8
8
name = " Sample Java Maven Buildpack"
9
9
homepage = " https://github.com/buildpacks/samples/tree/main/buildpacks/java-maven"
10
10
11
11
# Targets the buildpack will work with
12
12
[[targets ]]
13
+ arch = " amd64"
13
14
os = " linux"
14
-
15
- # Stacks (deprecated) the buildpack will work with
16
- [[stacks ]]
17
- id = " *"
Original file line number Diff line number Diff line change 1
1
# Buildpack API version
2
- api = " 0.10 "
2
+ api = " 0.14 "
3
3
4
4
# Buildpack ID and metadata
5
5
[buildpack ]
6
6
id = " samples/kotlin-gradle"
7
- version = " 0.0.2 "
7
+ version = " 0.0.3 "
8
8
name = " Sample Kotlin Gradle Buildpack"
9
9
homepage = " https://github.com/buildpacks/samples/tree/main/buildpacks/kotlin-gradle"
10
10
11
11
# Targets the buildpack will work with
12
12
[[targets ]]
13
+ arch = " amd64"
13
14
os = " linux"
14
-
15
- # Stacks (deprecated) the buildpack will work with
16
- [[stacks ]]
17
- id = " *"
Original file line number Diff line number Diff line change 1
1
# Buildpack API version
2
- api = " 0.10 "
2
+ api = " 0.14 "
3
3
4
4
# Buildpack ID and metadata
5
5
[buildpack ]
6
6
id = " samples/ruby-bundler"
7
- version = " 0.0.1 "
7
+ version = " 0.0.2 "
8
8
name = " Sample Ruby Buildpack"
9
9
homepage = " https://github.com/buildpacks/samples/tree/main/buildpacks/ruby-bundler"
10
10
11
11
# Targets the buildpack will work with
12
12
[[targets ]]
13
+ arch = " amd64"
13
14
os = " linux"
14
-
15
- # Stacks (deprecated) the buildpack will work with
16
- [[stacks ]]
17
- id = " *"
You can’t perform that action at this time.
0 commit comments