Skip to content

Commit ca731e6

Browse files
author
Domenico Luciani
committed
Add the Rebasable to the inspect outputs as alligned with the latest changes on the PR #1799
Signed-off-by: Domenico Luciani <[email protected]>
1 parent 197a6b5 commit ca731e6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ You should see the following:
2626
```text
2727
Run Images:
2828
cnbs/sample-stack-run:jammy
29+
30+
Rebasable: true
2931
3032
Buildpacks:
3133
ID VERSION HOMEPAGE

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)