我正在使用kaniko映像将映像推送到私有docker寄存器,它给了我No matching credentials were found, falling back on anonymous
。
docker run -v $PWD:/workspace \
-v /root/.docker/config.json:/kaniko/config.json \
--env DOCKER_CONFIG=/kaniko \
gcr.io/kaniko-project/executor:latest \
-d gitlab.xxx.org/xxx/xxx
configure.json文件在我通过docker登录验证后有效 我也跟随kaniko gitlab在k8s中运行kaniko,并得到相同的错误
答案 0 :(得分:2)
已修复,仅用于图像下载。我在内部网络中使用它。这与将图像推送到寄存器无关。