-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I would like to specify when a chunk requires another chunk. For example, if I want to have multiple chunks which install independent s6-init services, I don't want to have to install and configure s6 separately in each chunk.
It would be great if I could have an s6 chunk, and then several other chunks which just install tools and setup the service files to run them.
This could be performed through the chunk.yaml file which could look something like:
dependencies:
chunks:
- s6-init
This could perform either by automatically adding the s6-init chunk to any combinations specifying the current chunk, or by throwing an error if all dependent chunks have not been specified.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request