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

Only get images list once for caching #1758

Merged
merged 3 commits into from
Mar 8, 2019

Conversation

priyawadhwa
Copy link
Contributor

Only get image list from docker daemon once per build loop and save it in memory so that we aren't getting a list of all images per artifact.

Continues work on #1740

@codecov-io
Copy link

codecov-io commented Mar 8, 2019

Codecov Report

Merging #1758 into master will decrease coverage by 0.03%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1758      +/-   ##
==========================================
- Coverage   47.09%   47.05%   -0.04%     
==========================================
  Files         130      130              
  Lines        6245     6241       -4     
==========================================
- Hits         2941     2937       -4     
- Misses       3002     3003       +1     
+ Partials      302      301       -1
Impacted Files Coverage Δ
pkg/skaffold/docker/image.go 55.26% <0%> (-3.32%) ⬇️
pkg/skaffold/runner/runner.go 60.84% <100%> (ø) ⬆️
pkg/skaffold/build/cache.go 55.55% <80%> (+1.78%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 574ceec...f4575d9. Read the comment docs.

@priyawadhwa priyawadhwa merged commit cd6f373 into GoogleContainerTools:master Mar 8, 2019
@priyawadhwa priyawadhwa deleted the images-once branch March 8, 2019 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants