wave icon indicating copy to clipboard operation
wave copied to clipboard

Build container using K8s Job instead of Pod

Open pditommaso opened this issue 7 months ago • 0 comments

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 avatar Jul 24 '24 15:07 pditommaso