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

fix: adjust incremental loader to find the largest chain #411

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thesayyn
Copy link
Member

@thesayyn thesayyn commented Feb 6, 2025

Fixes the incremental loader to find the largest chain in the layers and start loading from there.

@thesayyn thesayyn requested a review from alexeagle February 6, 2025 20:30
Copy link
Contributor

aspect-workflows bot commented Feb 6, 2025

Test

All tests were cache hits

28 tests (100.0%) were fully cached saving 28s.


Lint

.

3 issues require fixes
1 issues can be fixed automatically

💡 Auto-fix linting errors with:

bazel lint //oci_python_image/hello_world:test_container --fix

Format

Comment on lines +13 to +16
import os
import io
import logging
import hashlib
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ruff provided a suggestion

Suggested change
import os
import io
import logging
import hashlib
import io
import logging

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