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

Unpack on the fly image fetched from damon #135

Closed
goldmann opened this issue Dec 6, 2016 · 0 comments
Closed

Unpack on the fly image fetched from damon #135

goldmann opened this issue Dec 6, 2016 · 0 comments
Assignees
Milestone

Comments

@goldmann
Copy link
Owner

goldmann commented Dec 6, 2016

Instead of fetching the image and saving to a tar archive on the disk - unpack it on the fly as the stream is coming so we can save some space (we don't need to store the tarred image on the disk) and time (we don't need to save and read it afterwards).

@goldmann goldmann added this to the 1.0.5 milestone Dec 6, 2016
@goldmann goldmann self-assigned this Dec 6, 2016
goldmann added a commit that referenced this issue Dec 6, 2016
Do not use intermediate tar archive to store the fetched
image to. Instead tar unpacking will be done on the fly
saving a lot of disk space and time too.

Fixes #135
goldmann added a commit that referenced this issue Dec 6, 2016
Unpack on the fly image fetched from damon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant