arcane_pull_image
Pull a Docker image from a registry into an Arcane environment by providing image name, tag, platform, and registry.
Instructions
Pull an image from a registry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | The image tag | |
| image | Yes | The image name to pull | |
| platform | No | The platform (e.g., linux/amd64) | |
| registry | No | The registry to pull from | |
| environmentId | Yes | The environment ID |