pull_image
Pull a Docker image from a repository. Optionally specify a tag, platform, or pull all tags.
Instructions
Pull an image of the given name.
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 |