Docker.Registry.DotNet
Docker.Registry.DotNet copied to clipboard
BlobUploads not exposed via IRegistryClient ?
Is there a reason why I can't access BlobUploads via IRegsitryClient (but can if I cast to RegistryClient) ?
Looks like most of the blob upload operations haven't actually been implemented yet, probably hidden on purpose
That's absolutely correct. I didn't need that functionality when I started this project, so I didn't code those bits up.
IBlobUploads were implemented a while ago...