samples/apps/bash-script
Aidan Delaney b77b72462b Update to latest Ubuntu LTS
Use the latest available LTS

Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
2024-10-26 17:38:19 +01:00
..
bash-script-buildpack
README.md Update to latest Ubuntu LTS 2024-10-26 17:38:19 +01:00
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:noble

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