David Gageot

Results 75 comments of David Gageot

How do you think we should do that?

I like that. Would you like to try implement that?

We should have a better error message when a Python app doesn't have a user defined entrypoint: https://github.com/GoogleCloudPlatform/buildpacks/commit/bde51bc94ee52e5115ecab0d7b7f08fd46af77ba

I'm not sure anymore the issue is with the repo being unknown. I'm having the problem now with a valid repo url. This worked 5 minutes ago...

Forget about my last comment. It was my bad. It works when the url is valid

Also a sample with a persistent disk would help

@vrock28 I didn't understand your issue was with `knative/build`. I thought it was mainly with `Skaffold`. I'm afraid unbinding `knative build` from `Kubernetes` won't happen. ping @mattmoor @ImJasonH

Having access to the workspace locally while the build is running and after the build is running is a huge help too

How is that different from reimplementing the whole logic? Skaffold would have to do that, right?

@ImJasonH You are right, Skaffold could launch a patched version of the build using `kubectl apply` This would: + Remove the need to push to git or GCS. (How do...