harbor
harbor copied to clipboard
代理项目为什么有的image会没有 tag
代理项目,为什么有的image会没有tag,如下图所示:
what's the harbor version? and can you provide the core.log for reference?
Because the docker client might cache the tag and digest information in local,and it will convert the pull by tag command to pull by digest, then the Harbor server just received the pull by digest command, and can't create the tag for this artifact.
这些是 代理的项目,内容来自第三方仓库,不是本地手工推送上去的。本地手工推送上去的都有。
what's the harbor version? and can you provide the core.log for reference?
version:v2.5.3-797c3536
https://github.com/goharbor/harbor/issues/15591#issuecomment-927742241
the problem is relevant