Current behavior is pull the image only when it's needed.
We should start to pull all the mutators and validators image in parallel before running the pipeline.
As long as the image needed by the current function to be run has been pulled, it can start the execution. There are some synchronization needed between the puller and runner for a function in pipeline.
Current behavior is pull the image only when it's needed.
We should start to pull all the mutators and validators image in parallel before running the pipeline.
As long as the image needed by the current function to be run has been pulled, it can start the execution. There are some synchronization needed between the puller and runner for a function in pipeline.