Skip to content

Tag all CI jobs requiring docker-in-docker

Lucas Charles requested to merge 212193-fix-dind-tagging-for-gitlab-ci-jobs into master

What does this MR do?

Fix job tagging for our CI jobs requiring docker-in-docker.

Since these jobs require privileged runners, we must tag them appropriately. We must also use docker tag exclusively as gitlab-org tag will prevent these jobs from executing on community forks.

Relates to #212193 (closed)

This MR also pins the service to a fixed dind version due to previous issues with instability, see https://about.gitlab.com/releases/2019/07/31/docker-in-docker-with-docker-19-dot-03/ for more details.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports