examplebuilder-consumer
| Version | 2026.175.0716 |
| Repo | superproject |
Reference CONSUMER candy for the build-time plugin-execution BUILDER leg. It
SELECTS the out-of-tree external builder via external_builder: examplebuilder,
so at image build charly’s build-path plugin connect + emitExternalBuilderStages
seam host-builds + connects candy/plugin-example-builder out-of-process, Invokes
its OpResolve, and splices the returned multi-stage block (pre-main-FROM) + the
COPY –from artifacts (post-main-FROM) into the generated Containerfile — baking
/opt/examplebuilder-artifact into the image. Compose it WITH
candy/plugin-example-builder (which provides the examplebuilder builder); the
runtime check below proves the build-resolve ran.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
check |
the build-time examplebuilder resolve ran — /opt/examplebuilder-artifact is present in the built image |