build_image
Builds a Docker image from an existing Dockerfile on your machine. Specify the image tag and path to the Dockerfile.
Instructions
Builds a Docker image from a Dockerfile already saved on disk. The build context is the folder containing the Dockerfile, so COPY/ADD of other files in that same folder works normally. Accepts either a Windows path ("C:\path\Dockerfile") or a Git Bash style path ("/c/path/Dockerfile"). Args: image_tag: tag to give the built image, e.g. "my-app:latest" dockerfile_path: full path to an existing Dockerfile on this machine
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_tag | Yes | ||
| dockerfile_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |