Skip to content
qibdo qibdo
Theme
Book a demo

Create a repository and pull your first image

This guide walks through creating an image repository, logging a container client in, and pulling an image. It uses the control-plane API for resource setup and the registry data plane for the pull itself.

  • Authentication. Export an API token as QIBDO_API_TOKEN and the API host as QIBDO_API_HOST. See Authenticate a user and manage the session.
  • Permissions. An IAM identity that can create repositories (registry.repository.create), and whose role or access policy conveys pull on the repository you are going to read. See the authorization model.
  • Prerequisites. A workspace UUID and your deployment’s registry hostname. Export your context:
Terminal window
export QIBDO_API_HOST="https://api.qibdo.example.com"
export QIBDO_API_TOKEN="<your-token>"
export WORKSPACE_ID="<your-workspace-uuid>"
export REGISTRY_HOST="registry.qibdo.example.com"