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

Allow remote config layers to be lazy fetched #1634

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

jonjohnsonjr
Copy link
Collaborator

The partial.ConfigLayer implementation needs to fetch the config blob, but we don't always need to do that (e.g. if we just need the digest).

The partial.ConfigLayer implementation needs to fetch the config blob,
but we don't always need to do that (e.g. if we just need the digest).
@codecov-commenter
Copy link

Codecov Report

Merging #1634 (70171b3) into main (4a79e94) will decrease coverage by 0.03%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main    #1634      +/-   ##
==========================================
- Coverage   72.30%   72.28%   -0.03%     
==========================================
  Files         119      119              
  Lines        9566     9578      +12     
==========================================
+ Hits         6917     6923       +6     
- Misses       1943     1947       +4     
- Partials      706      708       +2     
Impacted Files Coverage Δ
pkg/v1/remote/image.go 73.38% <50.00%> (-2.21%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jonjohnsonjr jonjohnsonjr merged commit 0962e29 into google:main Apr 6, 2023
@jonjohnsonjr jonjohnsonjr deleted the lazyconfig branch April 6, 2023 23:28
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.

None yet

3 participants