image_pull
Pull a Docker image from a registry to the daemon's local store. Supports tag, platform, and pulling all tags.
Instructions
Pull an image from a registry to the daemon's local store.
Private repositories need credentials — system_login (or docker login on the host) first.
Use image_load for tarballs, and registry_manifest / image_registry_data to inspect a
remote image without pulling it.
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 |