码迷,mamicode.com
首页 > 其他好文 > 详细

gitlab-runner config for docker runner

时间:2020-11-04 19:15:29      阅读:31      评论:0      收藏:0      [点我收藏+]

标签:not   git   content   conf   runners   docke   官方   lock   添加   

在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

标签:not   git   content   conf   runners   docke   官方   lock   添加   

原文地址:https://www.cnblogs.com/ioridy/p/13926007.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!