Buildpacks: Is there any way to change the default location '/workspace' where all the source code gets copied during 'pack build' command. Referring to : https://buildpacks.io/
Example , this command "pack build sample-app --path samples/apps/java-maven --builder cnbs/sample-builder:bionic" will create a runnable image which will have '/workspace' location hosting all your app code.
I actually don't think this is possible as it looks like "workspace" is hard coded in the pack code.
However the Cloud Native Buildpacks lifecycle does allow the app directory to be specified, so maybe that is a feature that could be added.