Skip to content

Commit 082ee11

Browse files
authored
Merge branch 'main' into runext/demo
2 parents 280fe1f + 50c1d29 commit 082ee11

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-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
@@ -50,6 +50,8 @@ Base Image:
5050
Run Images:
5151
cnbs/sample-stack-run:alpine
5252
53+
Rebasable: true
54+
5355
Buildpacks:
5456
ID VERSION HOMEPAGE
5557
samples/java-maven 0.0.1 https://github.com/buildpacks/samples/tree/main/buildpacks/java-maven

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

Lines changed: 1 addition & 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`.

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)