class Gitlab::QA::Component::Gitlab

def exist?(image, tag)

def exist?(image, tag)
  docker.manifest_exists?("#{image}:#{tag}")
end