ruby-docker
ruby-docker copied to clipboard
How to connect to Serverless VPC Connector in gcr.io/google-appengine/exec-wrapper
Is there any option to attach a VPC connector to the docker image? It would be required if we want to connect to service like Memory store or Cloud SQL using a private IP.
You can try with using Worker Pool in cloud build, which can helps us to access private IP within GCP from Cloud Build
@techoabhishek suggestion works like a charm.
To save time and for future reference follow these steps: