Organization Settings
Organization name and ID
At the top of the Organization settings page you will see the Organization name and ID. The Organization name is a human-readable name that you can change at any time. The Organization ID is a unique identifier useful for support requests or when using the Gitpod API.
Default Workspace Image
Setting a default image for your Organization (instead of relying on the default workspace-full
image) is useful when you want to create a default workspace experience for your Organization members without adding a .gitpod.yml
to every repository. The Organization workspace image setting is a default and can still be overwritten by updating the repository .gitpod.yml
file.
The user must have the Organization Owner role to update the Organization default workspace image. All Organization members can view this setting only.
See Workspace Image for more.
Workspace Image Authentication
Authentication for the images is based on what the Gitpod installation can access. For Gitpod Cloud users, only public images are currently supported. For Gitpod Dedicated, the authentication is inherited from the installation. For instance, if you are using ECR private registry support that will work with the Organization setting.