buildkit icon indicating copy to clipboard operation
buildkit copied to clipboard

"docker buildx du" ignores --filter="until=1000000h"

Open dimikot opened this issue 4 months ago • 1 comments

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.

dimikot avatar Oct 19 '24 08:10 dimikot