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

Show some sort of feedback when downloading docker images #86

Open
tfoote opened this issue May 11, 2020 · 1 comment
Open

Show some sort of feedback when downloading docker images #86

tfoote opened this issue May 11, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tfoote
Copy link
Collaborator

tfoote commented May 11, 2020

It can be confusing when rocker appears to be doing nothing, but it's actually downloading the docker images necessary to run.

Getting hooks into the actual download might be a challenge, but if we detect and prefetch the base images before hand we can provide feedback during that and not have to worry about getting the feedback from the build stage.

This likely will overlap with #26

Also make sure to cover intermediate/helper image fetching such as the python image used for the os detector. It's 900Mb which is bigger than I'd hoped.

@tfoote tfoote added enhancement New feature or request help wanted Extra attention is needed labels May 11, 2020
@tfoote
Copy link
Collaborator Author

tfoote commented Nov 23, 2020

There was some of this available prior to #100 being merged, but it was pulling too much so relying on the internal pull mechanism is more efficient but less transparent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant