buildx/commands
Justin Chadwell febcc25d1a prune: fix filter until option
Previously, when specifying the filter option with the until value, no
cache would be cleaned, preventing users from clearing by time. This bug
arises from passing the until field through into buildkit, where, on
filtering, a non-existent field returns false for a match.

The fix is simple, as we build up our list of filters to pass to
buildkit, we skip over the until key, so create a valid list of filters
for buildkit.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2022-08-02 12:15:28 +01:00
..
2022-07-06 09:47:29 +01:00
2021-11-04 18:52:17 +01:00
2022-08-02 12:15:28 +01:00
2022-05-20 10:59:33 +02:00
2022-04-29 08:24:13 -07:00
2021-11-04 18:52:17 +01:00
2021-11-04 18:52:17 +01:00
2021-11-04 18:52:17 +01:00
2022-07-29 17:39:10 +02:00
2021-11-04 18:52:17 +01:00