## Observed - After executing an action relying on a Docker image, image is built and stored in local docker registry - Image can be found with `docker images` command - Image is kept indifinitely and can become outdated ## Expected - Image should not be kept indifinitely - User may want to delete image right after it is used  ## Expected - Plasmactl could provide the option to remove built image after action is executed, whether it succeeds or not - Option `-rmi` or `--remove-image` would automatically remove the image