Prune all unused images matching time filter

This commit is contained in:
David Heinemeier Hansson
2023-02-15 13:32:50 +01:00
parent 244cf8b3b7
commit dc68639dfa
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ class CommandsPruneTest < ActiveSupport::TestCase
test "images" do
assert_equal \
"docker image prune --force --filter until=168h",
"docker image prune --all --force --filter until=168h",
new_command.images.join(" ")
end