Skip to content

Commit

Permalink
Merge pull request #592 from dlion/1799-pack-inspect
Browse files Browse the repository at this point in the history
Add Rebasable label small description and updated inspect-image outputs
  • Loading branch information
AidanDelaney authored Aug 11, 2023
2 parents 46eedd5 + fc9c934 commit 50c1d29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/app-developer-guide/run-an-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Base Image:
Run Images:
cnbs/sample-stack-run:alpine
Rebasable: true
Buildpacks:
ID VERSION HOMEPAGE
samples/java-maven 0.0.1 https://github.com/buildpacks/samples/tree/main/buildpacks/java-maven
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ One of the benefits of buildpacks is they can also populate the app image with m
* The process types that are available and the commands associated with them
* The run-image the app image was based on
* The buildpacks were used to create the app image
* Whether the run-image can be rebased with a new version through the `Rebasable` label or not
* And more...!

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`.
Expand Down
2 changes: 2 additions & 0 deletions katacoda/scenarios/app-developer-guide/run-an-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Base Image:
Run Images:
cnbs/sample-stack-run:alpine

Rebasable: true

Buildpacks:
ID VERSION HOMEPAGE
samples/java-maven 0.0.1 https://github.com/buildpacks/samples/tree/main/buildpacks/java-maven
Expand Down

0 comments on commit 50c1d29

Please sign in to comment.