ARTIFACTORY: “Binary provider has no content for” when pulling from a remote docker repository
Usually, the “Binary provider has no content for” error message means that your filestore is pointing to the wrong binaries path, in which Artifactory tries to look for binaries that don’t exist in that path, or simply don’t exist at all (More details regarding said error message).
However, in the case that you are receiving this error when trying to pull from a remote docker repository, it seems to be counterintuitive, as this should occur only with local repositories. The reason why this happens with remote docker repositories is because of potential leftover manifest files that you have in your remote docker cache repository, but without their corresponding binaries (a docker manifest without its corresponding layers).
To solve this problem, we simply need to remove the leftover manifest files, and then you should be able to execute a docker pull on your remote repository.
To do this, follow these steps:
You may also execute a “Delete Content” on all of the remote cache repository. Keep in mind, however, that this will delete everything in that specific cache repository, (to be used in the case that all of it is corrupted).