Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ORAS OCI store blob eviction #700

Open
1 task done
akashsinghal opened this issue Mar 9, 2023 · 1 comment
Open
1 task done

Add ORAS OCI store blob eviction #700

akashsinghal opened this issue Mar 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@akashsinghal
Copy link
Collaborator

What would you like to be added?

Currently, the ORAS store creates a local ORAS OCI store to cache artifact blobs locally. ORAS generates a blob descriptor index and stores the blob content using the OCI layout. There's no size limit or rotation mechanism to recycle blobs from this OCI store. This could lead to the Pod eventually running out of space. We need to investigate if ORAS has existing functionality for OCI store rotation or implement a higher layer index for an LRU cache (rotation via background task rotation, or lazily on every cache write)

Anything else you would like to add?

No response

Are you willing to submit PRs to contribute to this feature?

  • Yes, I am willing to implement it.
@akashsinghal akashsinghal added the enhancement New feature or request label Mar 9, 2023
@akashsinghal akashsinghal added this to the v1.0.0-rc.3 milestone Mar 9, 2023
@akashsinghal akashsinghal self-assigned this Mar 16, 2023
@susanshi susanshi modified the milestones: v1.0.0-rc.3, Future Apr 12, 2023
@yizha1
Copy link
Collaborator

yizha1 commented Nov 14, 2023

This issue has a dependency on oras-project/oras-go#472

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants