Skip to content

Use slug of version string as asset image tag in CNG

What does this MR do and why?

Related to gitlab-org/distribution/team-tasks#1155. Essneitally, we are standardizing on what format both CNG and omnibus-gitlab uses for the docker image tag, when fetching asset image. omnibus-gitlab anyway has to slugify when fetching images built by branch pipelines of gitlab-org/gitlab. So it makes sense for CNG also to do that, and we standardize on using slug forms of version strings as asset image's tag.

Author Check-list

  • Has documentation been updated?

Merge request reports