samples/builders/noble
..
README.md
builder.toml

README.md

Sample noble Builder

Prerequisites

Usage

Creating the builder

pack builder create cnbs/sample-builder:noble --config builder.toml

Build app with builder

pack build sample-app --builder cnbs/sample-builder:noble --path ../../apps/java-maven/

After building the app you should be able to simply run it via docker run -it -p 8080:8080 sample-app. Go to localhost:8080 to see the app running.