openshift-pipelines/pipeline-service

Improve ci by using a pre-built image with required tools

Mo3m3n opened this issue · 2 comments

Currently we install,at runtime (when ci is triggered), the required tools for ci tests.
Which makes CI slow and hard to keep tools versions aligned with the dependencies versions.
Using an image with required tools already installed would make this simpler

@Mo3m3n is that fixed by #427?

yes it is