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

FR: Calculate digest and diffid outside of oci_image #510

Closed
thesayyn opened this issue Feb 22, 2024 · 1 comment · Fixed by #558
Closed

FR: Calculate digest and diffid outside of oci_image #510

thesayyn opened this issue Feb 22, 2024 · 1 comment · Fixed by #558
Labels
enhancement New feature or request performance
Milestone

Comments

@thesayyn
Copy link
Collaborator

Currently, when oci_image assembles an image, it spends most of the time calculating DiffID and Digest of a layer. Since everything is being done in a single action, calculations are repeated everytime an input changes.

This is not ergonomic in terms of cacheability of these calculations and parallelization of machine resources.

@thesayyn
Copy link
Collaborator Author

thesayyn commented May 8, 2024

fixed by #558

@thesayyn thesayyn closed this as completed May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant