tool_generate_skaffold_yaml
Generate a skaffold.yaml configuration file from a list of build artifacts, specifying image names and source paths.
Instructions
Generate a skaffold.yaml for the given build artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| builder | No | Cloud Native Buildpack builder image to use. | ghcr.io/octopilot/builder-jammy-base:latest |
| artifacts | Yes | List of {"name": str, "context": str} dicts. 'name' is the image name; 'context' is the relative path to the source. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |