James Ward

Results 82 issues of James Ward

If a project publishes a public container image then maybe the button should allow the skipping the build and just using the existing image. Via `app.json` like: ``` { "build":...

enhancement

It'd be cool to put the git commit sha in the container image tag.

enhancement
good first issue

Today we have `build.skip` which skips all build steps but it'd be nice to be able to skip specific steps: ``` "build": { "skipdocker": false, "skipjib": false, "skippack": false }...

enhancement
good first issue

So the user has deployed their first app, now what? Maybe help them setup GCB for CI/CD.

We should be able to do `--publish` with the pack build and then not push the image manually.

Once we get #76 any resource provisioning will have to happen in `postcreate` because there is no way to propagate the config to the create command or env vars. This...

I'd be cool if external services that need to be provisioned can be as part of the button deploy. Ideally we use `app.json` to specify these. Maybe they are based...

Sample projects: https://github.com/jamesward/hello-play-gradle https://github.com/GoogleCloudPlatform/air-draw-demo https://github.com/GoogleCloudPlatform/multiregion-app-location-demo cc @chanseokoh

I'd be nice to run CI as part of the Cloud Build process. I'm running `go test` and getting: ``` clone_test.go:94: clone([email protected]:google/new-project.git) error = git clone failed: exit status 128,...

Add support to deploy apps on *Cloud Run for Anthos on Google Cloud* The hardest part of this is the UX since it isn't ideal to ask the user where...