Skip to content
qibdo qibdo
Theme
Book a demo

Create a namespace and push your first image

This guide walks through creating a namespace and an image repository, obtaining short-lived registry credentials, and pushing your first artifact. It uses the control-plane API for resource setup and the registry data plane for the push 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 namespaces and repositories (registry.namespace.create, registry.repository.create) plus a push (or admin) grant on the repository for the push. See the authorization model.
  • Prerequisites. A workspace UUID and a region UUID. 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 REGION_ID="<your-region-uuid>"