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

Update Docker dependency to Docker 20.10.3. #283

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

michielboekhoff
Copy link
Contributor

This should fix #273, as this changes the version of the Docker dependency to 20.10.3.

The backward-incompatible parameter in the call to ContainerCreate is the platform, which is for images with different platforms (e.g. linux/amd64 vs linux/arm64). If not specified, this ends up defaulting to the host platform from what I understand, and is only relevant for machines that are multi-platform capable. At any rate, this is an option we can expose as part of this PR, but I think the use-case is so niche, it might not be worth the effort, as testing that might prove difficult.

In this commit, we omit the platform, as this defaults to the host
platform arch and is only relevant for systems multi-arch supporting
systems.
@gianarb
Copy link
Member

gianarb commented Feb 18, 2021

Thanks a lot for that @michielboekhoff ! I agree with you we do not need to expose that parameter for now!

@michielboekhoff michielboekhoff deleted the docker-20 branch February 18, 2021 10:48
@sirianni
Copy link

Thanks @michielboekhoff ! @gianarb is it possible to get a new release with this fix?

This was referenced Mar 12, 2021
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.

"not enough arguments in call to p.client.ContainerCreate"
3 participants