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

Add docker requirements to documentation #636

Closed
kltm opened this issue Jul 13, 2022 · 1 comment
Closed

Add docker requirements to documentation #636

kltm opened this issue Jul 13, 2022 · 1 comment

Comments

@kltm
Copy link
Contributor

kltm commented Jul 13, 2022

Doing some recent work, I noticed that ODK v1.3.1 seems to have a docker requirement somewhere between 20.10.7 (about a year ago) and 20.10.17 (latest).
ODK version v1.3.0 seemed to work fine with docker 20.10.7. I'm not sure if this is generally tracked or checked, but it would be good to add mention of things like this to the docs.

(Another approach would be to figure out if this is an undesired change and rollback the requirement.)

PR for one possible location: #635

@gouttegd
Copy link
Contributor

The minimum Docker version depends on the underlying Ubuntu system. Docker versions prior to 20.10.8 are incompatible with some changes in the GNU libc that comes with Ubuntu 22.04.

Rolling back to an older Ubuntu is not really an option, but you are absolutely right that the requirement for a recent Docker version should be explicitly stated. Thanks for the PR! It has now been merged, so I’m closing here.

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

No branches or pull requests

2 participants