Questions tagged [google-container-builder]

48 questions
0
votes
1 answer

Google Container Builder: How to install govendor dependencies during build step?

I am trying to use Google Cloud Container Builder to automate the building of my containers using GCP Build Triggers My code is in Go, and I have a vendor folder in my project root which contains all of my Go dependencies (I use govendor). However,…
0
votes
2 answers

Which ip ranges does the google container registry use for its build tools?

I'm working with some custom libraries, which are hosted on a private pypi server (running in a Google Compute Engine instance). I would like to include the libraries when deploying an app to Google App Engine, and am wondering if it's possible to…
-1
votes
1 answer

Google Cloud Run returning Server Unavailable Occasionally

I am running a Flask app at https://recycler-mvdcj7favq-uc.a.run.app/ on Google Cloud Run and occasionally I get 503 server unavailable while refreshing a few times seems to load the page. Also, sometimes a few static files are missing. Regarding…
1 2 3
4