ERROR: unsatisfiable constraints: git (missing): required by: world[git]

在使用Docker Runner进行前端依赖下载时遇到'ERROR: unsatisfiable constraints: git (missing)'的问题。通过排查发现是DNS问题导致,具体解决办法是在Ubuntu系统中修改/etc/resolv.conf,而非修改/etc/docker/daemon.json。修复DNS配置后,CI基础环境运行无误。
  1. 利用runner做前端依赖下载工作,runner放香港等海外机器,下载率相对较高
  2. 需要npm yarn ssh git基础环境
  3. 安装git时候报错如下
# 基础镜像node:12.18.0-alpine3.11

$ apk --no-cache add git
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz: temporary error (try again later)
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz: temporary error (try again later)
ERROR: unsatisfiable constraints:
  git (missing):
    required by: world[git]

解决:

  1. 看网上答复修改无效,但发现原因是dns问题,修改runner所在机的dns,本次为ubuntu,修改/etc/docker/daemon.json无效,需修改/etc/resolv.conf
root@xxx:~# cat /etc/resolv.conf
# This file is managed by man:systemd-resolved(8). Do not edit.
#
# This is a dynamic resolv.conf file for connecting local clients to the
# internal DNS stub resolver of systemd-resolved. This file lists all
# configured search domains.
#
# Run "systemd-resolve --status" to see details about the uplink DNS servers
# currently in use.
#
# Third party programs must not access this file directly, but only through the
# symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a different way,
# replace this symlink by a static file or a different symlink.
#
# See man:systemd-resolved.service(8) for details about the supported modes of
# operation for /etc/resolv.conf.

nameserver 8.8.8.8
nameserver 114.114.114.114
nameserver 127.0.0.53
nameserver 223.5.5.5
options edns0
  1. 重跑CI,基础环境无报错
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值