seqeralabs / wave

On-demand containers provisioning service
https://seqera.io/wave/
GNU Affero General Public License v3.0
31 stars 4 forks source link

Build container using K8s Job instead of Pod #575

Closed pditommaso closed 1 month ago

pditommaso commented 3 months ago

The goal of this is to replace the use of K8s pod for container build and scanning with K8s job primitive.

This provides a better error recovery mechanism and control over job cleanup by using the ttlSecondsAfterFinished spec directive.

pditommaso commented 2 months ago

Depends on https://github.com/seqeralabs/wave/issues/602

pditommaso commented 1 month ago

Solved by #622