Skip to content

Draft: Improved the default Docker CI template

Julian Paul Dasmarinas requested to merge improve-docker-ci-template into master

What does this MR do and why?

This improves the default Docker CI template by:

  • Explicitly disabling the use of TLS
    • This will make the job run even if GitLab Runner is not configured to mount /certs/client
    • There shouldn't really be any downside in the security as the client and the daemon is technically just connecting locally.
    • Also added instructions on how to enable TLS.
  • Added a message to specify a version of the Docker image as recommended in our documentation
    • Currently, we use docker:latest and docker:dind.

Screenshots or screen recordings

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Julian Paul Dasmarinas

Merge request reports