Description
Bug description
Recently (last 2 weeks, maybe more) members of my team have not been able to open previously closed workspaces. Opening new pods with the gitlab browser extension works just fine, but re-opening pods gets stuck on the "Pulling container image" step. I don't think there's anything out of the ordinary with our setup, we have a .gitpod.yml which specifies pulling the latest image from our docker registry hosted in gitlab. Some members of the team don't have issues with this, some do, and some are on and off.
Steps to reproduce
Open a new gitpod workspace from a gitlab merge request, close the workspace and try to open it again. Gets hung on the "Pulling container image step"
Workspace affected
All workspaces
Expected behavior
I expect the workspace to pull the container image and start properly
Example repository
.gitpod.yml file content for image:
image: registry.gitlab.com/<my_company>/path/to/hosted_images:latest
Anything else?
No response