You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/buildpack-author-guide/create-buildpack/adding-bill-of-materials.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ One of the benefits of buildpacks is they can also populate the app image with m
10
10
* The process types that are available and the commands associated with them
11
11
* The run-image the app image was based on
12
12
* The buildpacks were used to create the app image
13
+
* Whether the run-image can be rebased with a new version through the `Rebasable` label or not
13
14
* And more...!
14
15
15
16
You can find some of this information using `pack` via its `inspect-image` command. The bill-of-materials information will be available using `pack sbom download`.
0 commit comments