> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/docker-binding-to-matching-repositories-breaking-pipelines.md).

# Docker binding to matching repositories breaking pipelines

### Issue <a href="#issue" id="issue"></a>

A pipeline may break due to Spinnaker ignoring any matching image artifacts available in the pipeline. Spinnaker instead uses the tag specified in the manifest image.

### Cause <a href="#cause" id="cause"></a>

Since the merge of [PR #4874](https://github.com/spinnaker/clouddriver/pull/4874), Clouddriver will now bind all Docker artifacts based on ***repo name***, not ***repo+image***. This may break any non-trivial Kubernetes pipelines, especially anything with a Canary deployment. The current behavior is that Spinnaker will end up binding a random assortment of Docker images, depending on an unknown precedence order.
