Skip to content

Commit 937aaea

Browse files
dlionDomenico Luciani
authored andcommitted
Add Rebasable label on the inspect-image label and a small description of it
Signed-off-by: Domenico Luciani <[email protected]>
1 parent 8709636 commit 937aaea

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

content/docs/app-developer-guide/run-an-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Base Image:
4949
5050
Run Images:
5151
cnbs/sample-stack-run:alpine
52+
53+
Rebasable: true
5254
5355
Buildpacks:
5456
ID VERSION HOMEPAGE

content/docs/buildpack-author-guide/create-buildpack/adding-bill-of-materials.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ One of the benefits of buildpacks is they can also populate the app image with m
1010
* The process types that are available and the commands associated with them
1111
* The run-image the app image was based on
1212
* 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
1314
* And more...!
1415

1516
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`.
@@ -26,6 +27,8 @@ You should see the following:
2627
Run Images:
2728
cnbs/sample-stack-run:jammy
2829
30+
Rebasable: false
31+
2932
Buildpacks:
3033
ID VERSION HOMEPAGE
3134
examples/ruby 0.0.1 -

katacoda/scenarios/app-developer-guide/run-an-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Base Image:
4242
Run Images:
4343
cnbs/sample-stack-run:alpine
4444

45+
Rebasable: true
46+
4547
Buildpacks:
4648
ID VERSION HOMEPAGE
4749
samples/java-maven 0.0.1 https://github.com/buildpacks/samples/tree/main/buildpacks/java-maven

0 commit comments

Comments
 (0)