You can make one BuildCharts stage depend on another, even when the stages are implemented in different chart Dockerfiles. BuildCharts does this through Docker Buildx Bake target contexts. A context maps a name to either:Documentation Index
Fetch the complete documentation index at: https://buildcharts.dev/llms.txt
Use this file to discover all available pages before exploring further.
- Another Bake target (
target:<name>) - An image (
docker-image://...)
charts/buildcharts/Chart.yaml. For that, see Charts.
Use the default build stage context
For every generated target exceptbuild, BuildCharts wires a context named build to the build target:
build as an upstream stage, for example:
target:build refers to the generated Bake target named build.
BuildCharts requires exactly one build target in build.yml, so this build context is stable and unambiguous.
Depend on other targets
This is currently not configurable inbuild.yml, but you can still do it with Bake overrides at execution time.
