Docker Hub注册表无法从Github存储库生成Docker映像

Docker Hub注册表无法从Github存储库生成Docker映像,docker,github,build,Docker,Github,Build,两天以来,我不知道为什么,我无法使用链接的github项目从docker Hub注册表构建docker映像 很多答案都是关于github子模块的 这不是我的案子 这是日志 Building in Docker Cloud's infrastructure... Cloning into '.'... Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known ho

两天以来,我不知道为什么,我无法使用链接的github项目从docker Hub注册表构建docker映像

很多答案都是关于github子模块的 这不是我的案子

这是日志

Building in Docker Cloud's infrastructure...
Cloning into '.'...
Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
please ensure the correct public key is added to the list of trusted keys for this repository (128)

我试着搜索,我没有找到与我无关的答案。

经过几个小时的搜索,我想我找到了答案

我把答案放在这里,给那些会遇到同样问题的人

看起来Docker已经更改了他的应用程序的名称。将Docker Hub注册表重命名为Docker Hub Builder

为了修复它,我切断了Docker和Github之间的应用程序链接。并重新创建链接

它在Github中为我添加了一个授权应用程序,这是图像宽度Docker Hub Builder中的证明


可能有人需要这个。对我来说,在Docker Hub上单击GitHub帐户的重新链接按钮解决了这个问题

您可以在此页面中重新链接:

首先,按照前面的答案建议,尝试和

如果您的Docker Hub存储库归某个组织所有,请访问该组织的
链接帐户设置
并尝试重新链接提供商:

如果这不能解决问题,请访问Docker Hub存储库>
构建
配置自动构建
,然后查看
源存储库
列表:

这将显示Docker Hub可以访问的存储库

在我的例子中,列表中缺少一些存储库,因为Docker Hub只能看到链接的GitHub帐户具有管理员访问权限的存储库

结论:与Docker Hub链接的GitHub帐户需要管理员访问相关GitHub存储库


到相关存储库修复了我的Docker Hub版本。

如何在Github上访问此页面?@MesutGÜNEŞIn User profile(右上)=>设置=>应用=>授权OAuth应用选项卡。但页面似乎已经改变,与截图的细节不同