class Gitlab::QA::Docker::Engine

def full_image_name(image, tag)

def full_image_name(image, tag)
  [image, tag].compact.join(':')
end