Skip to content

Add job_prefix input to base component

This MR adds a new job_prefix input to the docker/base component to enable disambiguating includes of that template between different components, so they don't trip over each other.

This is useful for the component:all component, where all of the different sub components are included, and they all then include the docker/base component, and the surviving configuration comes from the last include, which seems fragile.

Merge request reports