File tree Expand file tree Collapse file tree 1 file changed +26
-14
lines changed Expand file tree Collapse file tree 1 file changed +26
-14
lines changed Original file line number Diff line number Diff line change @@ -37,46 +37,58 @@ For this output:
37
37
1 . ` bom ` is the buildpack populated bom.
38
38
2 . ` buildpacks ` is the list of buildpacks.
39
39
40
- ```
40
+ ``` json
41
41
{
42
42
"bom" : [
43
43
{
44
- "name": "jdk",
45
- "metadata": null,
44
+ "name" : " java" ,
45
+ "metadata" : {
46
+ "version" : " 11.0.12+7"
47
+ },
46
48
"buildpack" : {
47
- "id": "samples/ java-maven ",
48
- "version": "0.0 .1"
49
+ "id" : " google. java.runtime " ,
50
+ "version" : " 0.9 .1"
49
51
}
50
52
}
51
53
],
52
54
"buildpacks" : [
53
55
{
54
- "homepage": "https://github.com/buildpacks/samples/tree/main/buildpacks/java-maven",
55
- "id": "samples/java-maven",
56
+ "id" : " google.java.runtime" ,
57
+ "version" : " 0.9.1"
58
+ },
59
+ {
60
+ "id" : " google.java.maven" ,
61
+ "version" : " 0.9.0"
62
+ },
63
+ {
64
+ "id" : " google.java.entrypoint" ,
65
+ "version" : " 0.9.0"
66
+ },
67
+ {
68
+ "id" : " google.utils.label" ,
56
69
"version" : " 0.0.1"
57
70
}
58
71
],
59
72
"launcher" : {
60
- "version": "0.11.3 ",
73
+ "version" : " 0.11.1 " ,
61
74
"source" : {
62
75
"git" : {
63
76
"repository" : " github.com/buildpacks/lifecycle" ,
64
- "commit": "aa4bbac "
77
+ "commit" : " 75df86c "
65
78
}
66
79
}
67
80
},
68
81
"processes" : [
69
82
{
70
83
"type" : " web" ,
71
- "command": "java -jar target/sample-0.0.1-SNAPSHOT.jar ",
72
- "args": null ,
73
- "direct": false ,
74
- "buildpackID": "samples/ java-maven "
84
+ "command" : " java" ,
85
+ "args" : [ " -jar " , " /workspace/target/sample-0.0.1-SNAPSHOT.jar " ] ,
86
+ "direct" : true ,
87
+ "buildpackID" : " google. java.entrypoint "
75
88
}
76
89
],
77
90
"buildpack-default-process-type" : " web"
78
91
}
79
-
80
92
```
81
93
82
94
[ adding-bill-of-materials ] : /docs/buildpack-author-guide/create-buildpack/adding-bill-of-materials/
You can’t perform that action at this time.
0 commit comments