gitlab-runner config for docker runner

Posted ioridy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gitlab-runner config for docker runner相关的知识,希望对你有一定的参考价值。

在gitlab使用gitlab runner执行CI/CD时,发现每次都要重新拉取docker镜像,即使本地已经有了,也不使用,直接重新拉去,导致流程很慢, 查询了下对应的配置文档,修改配置参数pull_policypull_policy = "if-not-present",优先使用本地镜像。

配置文件位置

  • root用户

    /etc/gitlab-runner/config.toml

  • 非root用户

    ~/.gitlab-runner/config.toml

以前是在*nix系统上的,其他系统./config.toml

配置项

配置项是在runners 下的 runners.docker下的pull_policy, 如果没有,自己手动添加后,设置值为"if-not-present"

PS:大部分配置的修改,可以不用重启(不包含listen_address),runner会没5分钟检查一次文件

技术图片

官方文档

所有的配置以及对应的作用可以参考下面的官方文档:

https://docs.gitlab.com/runner/configuration/advanced-configuration.html

以上是关于gitlab-runner config for docker runner的主要内容,如果未能解决你的问题,请参考以下文章

gitlab-runner配置与注册

gitlab-runner配置与注册

gitlab-runner配置与注册

gitlab-Runner配置参数详解

Gitlab-runner 交互式 Web 终端未连接

GitLab-Runner配置参数详解