Skip to content

Commit

Permalink
[skip ci][ci][docker] Prune all non-relevant images (apache#11491)
Browse files Browse the repository at this point in the history
Before this would leave around any image that could be used in CI. This
PR changes it so that the `docker rmi` knows exactly which image is
being used in CI so all others (even those that are being used in the
same build but not currently on that node) are deleted

This also adds some more logging so we can see what's going on and
should help keep disk usage down.

Co-authored-by: driazati <[email protected]>
  • Loading branch information
driazati and driazati authored May 27, 2022
1 parent 2e1666d commit c253053
Show file tree
Hide file tree
Showing 7 changed files with 134 additions and 17 deletions.
Loading

0 comments on commit c253053

Please sign in to comment.