Merge pull request #150 from basecamp/remove-accessory-image

Remove accessory images using tags rather than labels
This commit is contained in:
David Heinemeier Hansson
2023-03-24 13:21:15 +01:00
committed by GitHub
4 changed files with 5 additions and 5 deletions

View File

@@ -137,7 +137,7 @@ class CommandsAccessoryTest < ActiveSupport::TestCase
test "remove image" do
assert_equal \
"docker image prune --all --force --filter label=service=app-mysql",
"docker image rm --force private.registry/mysql:8.0",
@mysql.remove_image.join(" ")
end
end