class Rummager::ImageTaskBase
Abstract base class for Image handling tasks
Attributes
repo[RW]
tag[RW]
Public Instance Methods
has_repo?()
click to toggle source
# File lib/rummager/images.rb, line 35 def has_repo? Docker::Image.all(:all => true).any? { |image| image.info['RepoTags'].any? { |s| s.include?(@repo) } } end