containerd / overlaybd

Overlaybd: a block based remote image format. The storage backend of containerd/accelerated-container-image.
Apache License 2.0
260 stars 58 forks source link

Support container registries using Basic Auth #323

Closed benwaffle closed 7 months ago

benwaffle commented 7 months ago

What this PR does / why we need it: Some container registries use just Basic auth to fetch images, instead of the Bearer token flow

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):

Please check the following list:

liulanzheng commented 7 months ago

@benwaffle Would it be possible to also implement this feature in registryfs v1?

benwaffle commented 7 months ago

@liulanzheng sorry, I don't have the time to work on that right now

liulanzheng commented 7 months ago

@benwaffle ok,let's not support v1 for now, and we can add it later. I will complete it when I have time, and it would be even better if you have time to do it as well.