public.ecr.aws 拉取失败 #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
从 public.ecr.aws 拉取 docker 镜像时失败
版本:
配置:
日志:
实际拉取命令:
推测可能是 AWS 针对匿名拉取也有一套挑战/认证流程,而 hubproxy 尚未实现。
Amazon ECR应该跟Docker hub认证方法不兼容,authType = "anonymous"是默认Docker Hub v2 API的认证方法,此方法来自google/go-containerregistry库,其他方法需要你在这里自定义:eee0a3220c/src/handlers/docker.go (L601)不过我看你日志
未找到config.toml,使用默认配置,确定不是配置没应用的问题吧?OK,有空我研究一下