samples/apps/bash-script
Natalie Arellano e5136bfff5 Add targets and rename stack -> base image where appropriate
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2023-09-20 11:34:05 -04:00
..
bash-script-buildpack Add targets and rename stack -> base image where appropriate 2023-09-20 11:34:05 -04:00
README.md
app.sh
project.toml

README.md

Sample Bash Script app

A runnable sample app demonstrating the usage of project descriptor with an inline buildpack that is used in the build.

Usage

pack build sample-bash-script-app --builder cnbs/sample-builder:alpine

OR

pack build sample-bash-script-app --builder cnbs/sample-builder:jammy

Extended Functionality

These are optional files that provide additional functionality.

  • project.toml - A project descriptor used to describe the project to Cloud Native Buildpacks.
    • Included Features:
      • Include/Exclude files
      • Specify buildpacks to use