mirror of
https://github.com/containers/podman.git
synced 2025-07-18 01:57:24 +08:00

`podman builder prune` and `podman image prune` should also support cleaning build cache using buildah's public `CleanCacheMount` API. Reference: https://docs.docker.com/reference/cli/docker/builder/prune/ Context: https://github.com/containers/podman/discussions/15612#discussioncomment-10532721 Context: https://github.com/containers/buildah/pull/4490 Signed-off-by: flouthoc <flouthoc.git@gmail.com>