Organizations

Organizations let teams share images under a common namespace.

Creating an org

Create an organization from your organizations page:

  1. Click New Organization
  2. Choose a slug (URL-safe name, e.g. myteam)
  3. Set a display name and description

Your images will be available at myteam/<repo>.

Roles

RolePullPushManage membersManage tokensSettingsDelete org
OwnerYesYesYesYesYesYes
AdminYesYesYesYesYesNo
MemberYesNoNoNoNoNo

Org tokens

Org tokens are owned by the organization, not by individual users. They survive when members leave.

Create org tokens from the org settings page. An admin or owner can create tokens with scopes up to their own role’s permissions.

Pushing to an org

clipper push myapp:latest myorg/myapp:latest

Your personal token or org token must have image:push scope and you must be an admin or owner of the org.

Pulling from an org

clipper pull myorg/myapp:latest

Any member with a token that has image:pull scope can pull.