Organization settings allow you to configure and manage common settings across an entire Gitpod organization.
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.
GITPOD_IMAGE_AUTH
environment variable, containing Docker username/password credentials for one or more registry hosts. One way to set it is in the Organization settings.GITPOD_IMAGE_AUTH
on the organization level. See this section on the expected format.
Tool: gitpod/<GITPOD HOST>
.
This feature is disabled by default and works by injecting a prepare-commit-msg
hook into the cloned repository’s .git/hooks
directory. The hook will not overwrite any existing prepare-commit-msg
hook and its use is hence not enforced.