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

ociindex utility package refactor #3409

Merged
merged 2 commits into from
Jan 6, 2023
Merged

Conversation

jedevc
Copy link
Member

@jedevc jedevc commented Dec 14, 2022

To provide a nicer interface for docker/buildx#1456.

This allows some of the client processing code to abstract more over the
details of how the ociindex package works, and how it loads tags - the
calling code only need to know that it's being pointed at a containerd
content store directory.

Importantly, this allows for reusability, so we can use this same code
more easily in buildx for oci-layouts.

Signed-off-by: Justin Chadwell <[email protected]>
@jedevc jedevc marked this pull request as ready for review December 16, 2022 11:22
@jedevc
Copy link
Member Author

jedevc commented Dec 16, 2022

Marked as do-not-merge until the release of v0.11, this is a refactoring PR that changes shared code between buildx and buildkit - no behavior changes, so this can be for later.

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

Successfully merging this pull request may close these issues.

2 participants