class Gitlab::QA::Docker::Engine
def manifest_exists?(name)
def manifest_exists?(name) Docker::Command.execute("manifest inspect #{name}") rescue Support::ShellCommand::StatusError false else true end
def manifest_exists?(name) Docker::Command.execute("manifest inspect #{name}") rescue Support::ShellCommand::StatusError false else true end