Hello,
I’m using gcr to build my app image and in CNBs there’s this concept of Stack where we can configure a Builder’s run-image among other things. With gcr for example we can use the following command :
pack build my-app --builder gcr.io/buildpacks/builder:v1 --run-image my-run-image
Is there a way to do this in waypoint?
Thank you very much