Skip to content

Add back docker tag so that jobs continue to work on ops

Reuben Pereira requested to merge rp/add-back-docker-tag into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Content

  • Add back docker tag so that jobs continue to work on ops

The docker tag is scheduled for removal on gitlab.com in 17.0, so we had updated the CI config (in !3029 (merged)) to use the saas-linux-small-amd64 tag instead, but it appears that the Ops instance does not have runners for that tag.

So this MR adds back the docker tag, alongside the saas-linux-small-amd64 tag. This should allow jobs that need dind to work on gitlab.com as well as ops.

Author Check-list

  • Has documentation been updated?

Merge request reports