GoogleCloudPlatform / cloud-run-button

Let anyone deploy your GitHub repos to Google Cloud Run with a single click
https://cloud.run
Apache License 2.0
528 stars 92 forks source link

Start phasing out gcloud usages #148

Closed ahmetb closed 4 years ago

ahmetb commented 4 years ago

Start using client libraries for a few tasks (more to come).

Update dependencies while at it.

cc: @jamesward

ahmetb commented 4 years ago

Error processing tar file(exit status 1): write /google/devshell/editor/language_servers/java/server/plugins/org.apache.ant_1.10.7.v20190926-0324.jar: no space left on device

The disk space issue is hurting us badly, I suspect we can't escape this anymore. Maybe we should no longer build the docker image.

jamesward commented 4 years ago

We could switch GitHub Actions for Cloud Build or some other CI.

ahmetb commented 4 years ago

We could switch GitHub Actions for Cloud Build or some other CI.

I like the failure emails from Github as well as public failure logs. As far as I know we give up on those when using GCB.

jamesward commented 4 years ago

I like the failure emails from Github as well as public failure logs. As far as I know we give up on those when using GCB.

True. We could work together on a GCB for open source solution. :)

ahmetb commented 4 years ago

Superseded by #149.