image_action
Pull, remove, tag, or push Docker images with registry authentication and force removal options.
Instructions
Perform actions on Docker images: pull, remove, tag, or push.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Target tag (tag only). Default: "latest". | |
| auth | No | Registry authentication credentials (for pull/push). | |
| repo | No | Target repository name (tag only). | |
| force | No | Force removal even if image is in use (remove only). Default: false. | |
| image | Yes | Image name or ID (e.g., "nginx:latest" or "abc123"). | |
| action | Yes | Action to perform on the image. |