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

@@ -100,7 +100,7 @@ class Mrsk::Commands::Accessory < Mrsk::Commands::Base
end
def remove_image
docker :image, :prune, "--all", "--force", *service_filter
docker :image, :rm, "--force", image
end
private