Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
image-pruner: prune images in their own jobs
Instead of pruning in phases: all streams -> all layers -> all blobs -> manifests -> images Prune individual images in parallel jobs: all streams -> parallel [ image1's layers -> image1's blobs -> ... -> image1, image2's layers -> image2's blobs -> ... -> image2, ... ] A failure in streams prune phase is not fatal anymore. Signed-off-by: Michal Minář <[email protected]>
- Loading branch information