> @Override
> public boolean apply(Image input) {
> - return input.id().equals(imageId);
> + for (String tag : input.repoTags()) {
> + checkNotNull(imageIdOrName);I'd probably move this checkNotNull up to line 242 --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/290/files/3e3400733d7902e2947a32e859d7966169bfd324#r68208798
