Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
registry_url | string | required | Registry URL (e.g., docker://ghcr.io/org/image) |
Known Registries
| Registry | PAT Page |
|---|---|
| docker.io | Docker Hub PAT settings |
| ghcr.io | GitHub fine-grained tokens |
| registry.gitlab.com | GitLab PAT settings |
| gcr.io | Google Cloud credentials |
Examples
Docker Hub:Response
Success:Workflow
- Call
registry_token_obtain→ opens browser - User creates read-only PAT in registry web UI
- User provides username and token
- Call
registry_authto validate and store credentials - Call
import_imageto import images