jordigilh commented on issue #379:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/379#issuecomment-1930021014

   > @jordigilh we could add a TS to this builds since it's a non-dev 
deployment, forcing a rollout. But at the same time, we would need a GC to 
avoid pilling up too many images to the user's registry.
   
   We don't need to worry about using extra space for each generated image 
because the registry will link the original image to any subsequent images that 
are exactly the same except for the name and tag. 
   
   About GCing the images, that's something that could be worth exploring as a 
configurable action by the operator that is triggered when the workflow 
completes: delete the generated image once the workflow is completed, like 
`podman run --rm`. WDYT?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to