Description
Looking for some example for using buildpack option with "/cnb/lifecycle/creator".
Currently we are using Pack CLI to create application image with NewRelic in it.
pack build "$CI_REGISTRY_IMAGE" --builder "paketobuildpacks/builder:latest" --volume "$(pwd)/binding:/platform/bindings/new-relic" -b paketo-buildpacks/java -b paketo-buildpacks/new-relic --env BP_JVM_VERSION=17
We would like to do same using "creator", the document says "" --> Path to buildpacks directory (see Buildpacks Directory Layout)
However its not very clear how to add buildpack with "creator"
Proposed solution
Add a example or more documentations with clear usage
Description
Looking for some example for using buildpack option with "/cnb/lifecycle/creator".
Currently we are using Pack CLI to create application image with NewRelic in it.
pack build "$CI_REGISTRY_IMAGE" --builder "paketobuildpacks/builder:latest" --volume "$(pwd)/binding:/platform/bindings/new-relic" -b paketo-buildpacks/java -b paketo-buildpacks/new-relic --env BP_JVM_VERSION=17
We would like to do same using "creator", the document says "" --> Path to buildpacks directory (see Buildpacks Directory Layout)
However its not very clear how to add buildpack with "creator"
Proposed solution
Add a example or more documentations with clear usage