### Description ``` docker buildx du ``` and ``` docker buildx du --filter="until=1000000h" ``` both print the same data. I.e. --filter=until is ignored in du (as opposed to e.g. prune), which is inconsistent a little.
Description
and
both print the same data. I.e. --filter=until is ignored in du (as opposed to e.g. prune), which is inconsistent a little.