Remove accessory images using tags rather than labels

This commit is contained in:
Jeremy Daer
2023-03-22 23:57:43 -07:00
committed by Jeremy Daer
parent e2d10ec5a9
commit e859a581ab
4 changed files with 5 additions and 5 deletions

View File

@@ -126,7 +126,7 @@ class CliAccessoryTest < CliTestCase
end
test "remove_image" do
assert_match "docker image prune --all --force --filter label=service=app-mysql", run_command("remove_image", "mysql")
assert_match "docker image rm --force mysql", run_command("remove_image", "mysql")
end
test "remove_service_directory" do