Resolved an issue where certain Docker images failed to work when uploaded through our API/UI, although the standard Docker API (docker push) functioned correctly.
Resolved an issue causing Docker pushes to fail under certain conditions when using a virtual repository. The issue arose when Docker clients received a 200 response from a remote repository within the virtual, but package layers were not available in the target local repository for manifest uploads. This fix ensures proper handling by verifying responses against the target local repository for uploads.