Pull image
arcane_image_pullPull a Docker image from public or private registries by providing the environment, image name, and tag. Credentials for private images are fetched automatically.
Instructions
Pull a Docker image from a registry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID | |
| imageName | Yes | Image name (e.g., nginx, library/ubuntu, ghcr.io/owner/repo) | |
| tag | Yes | Image tag (e.g., latest, v1.0, alpine) — required | |
| registryId | No | Container registry ID for private images (credentials will be fetched automatically) |