You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
imagetools imagetools: give imagetools create a progress bar 2 years ago
bake.go bake(compose): allow dot in target name 2 years ago
build.go vendor: bump buildkit to master 3 years ago
create.go buildx: rollback configuration if create fails 2 years ago
create_test.go Fix tolerations not parsing its options correctly, add tests 3 years ago
diskusage.go vendor: update buildkit to 539be170 3 years ago
inspect.go inspect: fix printing of driver options 3 years ago
install.go cli: fix builder persistent flag 3 years ago
ls.go ls: move builder/node status error msg below table 3 years ago
prune.go prune: fix filter until option 2 years ago
rm.go rm: display name of removed builder 3 years ago
root.go root: ignore SSH CloseRead warning 3 years ago
stop.go cli: fix builder persistent flag 3 years ago
uninstall.go cli: fix builder persistent flag 3 years ago
use.go cli: fix builder persistent flag 3 years ago
util.go check context builder endpoint 2 years ago
version.go cli: fix builder persistent flag 3 years ago