Build Prune
The Docker Build Prune POST operation to the /build/prune endpoint is used to remove Docker build cache, helping to reclaim disk space consumed by unused or dangling build artifacts. This endpoint allows developers and system administrators to clean up intermediate layers, unused build stages, and cached images that accumulate during the Docker image building process. Users can specify various filter parameters to control which build cache elements are removed, such as targeting caches older ...