I build an image from this for a service to make yaml from starlark.  This gets used by drone-server.

It has a folder called repos with library code.

It would be good to devise a way for drone pipelines to plug starlark code into this that would be used to generate them.

Starlark imports and multiple converters
Currently you can only import from external starlark files that are already hosted on the drone-convert-starlark service. It would be really cool if The repository being built could also have multiple starlark files. I assume atm you just send the one .star file to drone-convert-starlark however…