If the docker task you want to configure doesn't support inputs...I would just do the operation you are doing in your task in a provider and use it.
You are just pushing your luck by configuring extras in a tasks that are read by an extension
CristianGM
04/08/2022, 5:24 PM
If the docker tasks has the inputs, and parsing the files is expensive you can use your task, write some file with the outputs and use those files as inputs (creating a dependency between the tasks)