Skip to main content
-1 votes
0 answers
45 views

I am trying to install Gradle on my company‑managed Google Cloud Workstation. My project is a Java + Gradle project. Java is already installed and working correctly on the workstation, but I am unable ...
JSG's user avatar
  • 1,601
0 votes
1 answer
172 views

I have a web application running on google cloud workstation and I am able to access the application after running my dev server. But I want to be able to receive webhook events coming into my ...
Lance Armah-Abraham's user avatar
2 votes
0 answers
376 views

My GCP organization has a policy to not allow using external IP addresses. I set up a private Cloud Workstation cluster, configuration and instance following this documentation. The problem is, that I ...
Krisztian's user avatar
  • 149
0 votes
1 answer
1k views

I am trying to get Cloud workstations to work in a project with VPC service controls. I am getting this error: System images cannot be pulled onto workstation VMs using this configuration. Since you ...
imanoobhelpme's user avatar
3 votes
0 answers
464 views

I'm trying to figure out whether it's possible to login as a given user to a Google Cloud Workstation. Currently, when I create a Cloud Workstation, the logged in user is "user". For context,...
wc250's user avatar
  • 159
2 votes
1 answer
720 views

When using Google Cloud's workstation for multi-service development, I ran into a CORs issue due to multiple cloud workstation redirects being generated. When I try to make an external REQUEST from an ...
Andrew Maxwell's user avatar
2 votes
2 answers
9k views

I am trying to create a Google Cloud Workstation that has all of my required tooling built-in such as PHP, MYSQL and PYTHON with BZ2 support. I understand that this involves creating a custom ...
DanielAttard's user avatar
  • 3,615
-1 votes
1 answer
300 views

I am trying to "build and push a modified workstations image to a container registry" as explained in this previous SO answer. This is the Dockerfile that I am trying to use: FROM us-...
DanielAttard's user avatar
  • 3,615
0 votes
0 answers
50 views

I launched a new Google Cloud Workstation and create a single python file with these contents: import bz2 import binascii original_data = 'This is the original text.' print ('Original :', len(...
DanielAttard's user avatar
  • 3,615
0 votes
1 answer
265 views

I am trying to install PHP on a Google Cloud Workstation, and have it persist after reboot. The problem I am having is that although I can get it installed in the default location, it does not persist ...
DanielAttard's user avatar
  • 3,615
0 votes
2 answers
253 views

Currently I use Google Cloud Shell Editor as my chosen IDE. I like the code editor based on VS Code, and also like the persistent 5GB home directory. This allows me to install PHP on the home ...
DanielAttard's user avatar
  • 3,615