clockworksoul / docker-gc-cron

A Docker image that allows scheduled cleanup of unused Docker images, containers, and volumes.
152 stars 27 forks source link

Feature Request: Docker Buildx #3

Closed modem7 closed 1 year ago

modem7 commented 2 years ago

Is it possible to also include docker buildx in the GC?

As buildkit and buildx are becoming more popular, the standard way of removing images (for example: docker image prune -af) doesn't work.

To remove these images, you'd need to do the buildx equivalent of the above: docker buildx prune -af or docker system prune -af

Thanks!