-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Hope this is the right component! We tend to do various builds which result in multiple Docker Images being stored within AWS ECR (in our case). Those builds that end up in Production are marked "Keep this build forever".
Those that are not, however, expire. It would be nice if we could configure (through Jenkinsfile) to allow this build's ECR output to be deleted on deletion of the build.
Note that the builds are often multi-module Maven jobs where there may be a dozen or more sub-modules each of which issue an ECR image. Manually keeping track of and deleting these is resource intensive.