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

Avoid calling docker pull #104

Merged

Conversation

ChrisCinelli
Copy link
Contributor

Using the same client.WithVersion(dockerVersion) as in other places. On my machine ImageInspectWithRaw was failing for an API mismatch and it was always trying to pull

…. On my machine `ImageInspectWithRaw` was failing for an API mismatch and it was always trying to pull
@wagoodman
Copy link
Owner

subtle, good catch! Though it's odd that an empty dockerVersion string changes behavior.

@wagoodman wagoodman merged commit 0904611 into wagoodman:master Nov 29, 2018
@ChrisCinelli
Copy link
Contributor Author

That is exactly my thought. But I just followed what you had in other places. Why it works is not completely clear to me.

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