Method: Gitlab::QA::Release#image
- Defined in:
- lib/gitlab/qa/release.rb
#image ⇒ Object
97 98 99 100 101 102 103 104 |
# File 'lib/gitlab/qa/release.rb', line 97 def image @image ||= if canonical? "gitlab/gitlab-#{edition}" else release.match(CUSTOM_GITLAB_IMAGE_REGEX)[:image_without_tag] end end |