image_pull
Pull a Docker image from a registry to the local store, with options for tag, all tags, or platform-specific pull.
Instructions
Pull an image from a registry to the daemon's local store.
args: repository - The image repository tag - The image tag (ignored when all_tags=True) all_tags - Pull all tags from the repository platform - Platform in os/arch format returns: dict | list - Pulled image attrs (or a list of attrs if all_tags=True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| all_tags | No | ||
| platform | No | ||
| repository | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |