build_image
Create a container image from a Containerfile (Dockerfile syntax) for use in a sandbox, enabling custom runtime environments.
Instructions
Build a container image from a Containerfile (Dockerfile syntax). The image can then be used with restore or as the default image.
Args: name: Name/tag for the built image (e.g., "my-ml-env", "node-app"). containerfile: Containerfile content (Dockerfile syntax). Example: "FROM alpine:3.23\nRUN apk add --no-cache python3"
Returns: Confirmation with build time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| containerfile | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |