pkg
pkg copied to clipboard
Refactor oci client
The client in pkg/oci can be refactored to include some optimization:
- use
remoteinstead ofcranelike in https://github.com/fluxcd/source-controller/pull/1244 - provide a client that can be used in both
source-controllerandflux2. - optimize for large files download/uploads
Tasks:
- [ ] optimize for large files download using
http key rangewhere possible #738 - [ ] switch from
cranetoremote - [ ] enable OCI client in SC