How to pass Builder configuration arguments to the Build step when using the pack plugin?

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

We don’t yet, but this is a great idea! I’ve created an issue to track it on the GitHub side. Feel free to add any further comments over there. plugin/pack: Support run-image · Issue #2128 · hashicorp/waypoint · GitHub

1 Like