Move display package from oras client library to oras-go #774
Labels
enhancement
New feature or request
question
Further information is requested
stale
Inactive issues or pull requests
Hi everyone.
I am currently working on a project where I have implemented a custom ORAS content store to handle file packaging according to my specific requirements. Due to this customization, I find it challenging to use the default commands provided by the ORAS client library, such as
oras push
, as there is no support for plugin or custom store injection in these commands.While exploring the client library, I found many useful packages. One package that stands out for my current needs is the tracker/status functionality for objects being pushed or pulled, found here: https://github.com/oras-project/oras/tree/main/cmd/oras/internal/display
Proposal:
I believe it would be beneficial to have the push/pull tracker functionality decoupled from the CLI, making it accessible to users of the library who, like me, have custom content stores.
I am open to contributing to this effort if needed and would also appreciate any guidance or existing workarounds for using
oras push
with a custom store.The text was updated successfully, but these errors were encountered: