Skip to content

Update Docker.gitlab-ci.yml - images from docker:latest to docker:cli

What does this MR do and why?

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

  • fast image pulls.
  • decrease image size.
Before After
image image

How to set up and validate locally

  1. use docker:latest image for .gitlab-ci.yml
    docker-build:
      # Use the official docker image.
      image: docker:latest
  2. then use docker:cli

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 arukiidou

Merge request reports