Build image
arcane_build_imageBuild Docker images from a Dockerfile or Git URL with custom build arguments and multi-platform support for specific environments.
Instructions
Build a Docker image from a Dockerfile or Git URL with support for build args and multi-platform builds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID | |
| dockerfile | No | Dockerfile content to build from | |
| gitUrl | No | Git repository URL to build from | |
| tag | Yes | Image tag (e.g., myapp:latest) | |
| buildArgs | No | Build arguments as key-value pairs | |
| platform | No | Target platform (e.g., linux/amd64, linux/arm64) |