TencentBlueKing / bk-ci

蓝鲸持续集成平台(蓝盾)
https://bk.tencent.com
Other
2.37k stars 498 forks source link

feat:第三方构建机支持使用 dcoker 运行构建任务 #9820

Open fayewong-v5 opened 9 months ago

fayewong-v5 commented 9 months ago
image
tangruotian commented 5 months ago

补充, mounts 是列表 imagePullPolicy 镜像拉取策略 枚举 "always" : 每次都重新拉取。 "if-not-present" 只有当镜像在本地不存在时才会拉取。 // policy 为空,并且容器镜像的标签是 :latest, image-pull-policy 会自动设置为 always // policy 为空,并且为容器镜像指定了非 :latest 的标签, image-pull-policy 就会自动设置为 if-not-present