image_build
Build a Docker image from a tar context file with optional Dockerfile and tags. Set build-time variables as needed.
Instructions
Build a Docker image from a context (tar file path) and optional Dockerfile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Tag for the built image (e.g., "myapp:latest"). | |
| context | Yes | Path to the build context (tar file). | |
| buildargs | No | Build-time variables as key-value pairs. | |
| dockerfile | No | Path to the Dockerfile within the context. Default: "Dockerfile". |