circleci(旋转环境)上的构建错误



我在circle上遇到构建错误的问题。

这是我的回购

错误

Build-agent version 1.0.41563-0e4d6629 (2020-10-22T11:30:36+0000)
Docker Engine Version: 18.09.6
Kernel Version: Linux 2e2f534dcc94 4.15.0-1077-aws #81-Ubuntu SMP Wed Jun 24 16:48:15 UTC 2020 x86_64 Linux
Starting container circleci/node:6.14.8
Warning: No authentication provided, this pull may be subject to Docker Hub download rate limits. 
image cache not found on this host, downloading circleci/node:6.14.8
Error response from daemon: manifest for circleci/node:6.14.8 not found

6.14.8是一个真正具有历史意义的版本。你确定你不是指14.6.814.8.6等吗。?

要查看CircleCI支持的版本,请参阅预构建的CircleCI Docker映像。

您还可以查看可以获取的官方节点版本https://hub.docker.com/_/node

脱离主题:您没有验证您的拉取。Docker自11月1日起应用提取速率限制,因此最好在提取之前进行身份验证,有关提示,请参阅CircleCI上的Docker auth。

最新更新