Concourse 尝试使用错误的 sha256 摘要提取 docker 图像但失败

Concourse tries to pull docker image using wrong sha256 digest and fails

我是 运行ning Concourse 3.10.0,我在 GKE 上安装了 the official helm chart。我收到此错误,它指的是错误的 sha256:

Pulling registry.hub.docker.com/linkyard/concourse-helm-release@sha256:c47e868ec58fcf81b3b0d597bd10a91fc1908da4c13561e7834584997d1fcb9d...
Error response from daemon: pull access denied for registry.hub.docker.com/linkyard/concourse-helm-release, repository does not exist or may require 'docker login'

如果我 运行 docker pull linkyard/concourse-helm-resource:2.8.2-3 在本地,它可以工作,但会下载不同的 sha256。

在我看来我已经 运行 进入了 issue 33 in concourse's docker-image-resource plugin,但这在 2 年前就已经修复了。

我稍微看了看 the Concourse Dockerfile 和 helm 图表,但我无法弄清楚 docker-image-resource 如何包含在 Concourse 部署中。

我如何升级 docker-image-resource 以查看是否修复了这个错误?

这实际上只是一个简单的错字 - concourse-helm-release 而不是 concourse-helm-resource - 但错误消息具有误导性。

为了将来参考,docker-图像资源由 BOSH 烘焙到 Concourse docker 图像中,相关版本可以在 this file.[=13 中找到=]