Skip to content

Support chunk dependencies on other chunks #44

@tculp

Description

@tculp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions