Open ahmetb opened 5 years ago
Sounds great to me but we do need to push to get a Cloud Run bug fixed where most buildpack built images do not currently work (Node & Python are currently broken).
Yes learned it the hard way yesterday. The whole project does not seem stable or ready for prime-time. I won’t be touching this anytime soon.
It’s actually a bug in Cloud Run, because the containers work fine in docket.
There is a way to specify specific buildpacks via a project.toml
file in the root:
https://github.com/buildpacks/pack/pull/421
@jamesward I feel like we should just assume
--builder=heroku/buildpacks
, and then have an optional array for--buildpack
, so we call the CLI like:wdyt?