Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Docker minimal version

Roman has already commented in the issue: that would mean dropping support for CentOS and Fedora users (and other linux distros in particular Enterprise Editions). I think that's a concern.

Replacing our docker client with one of the few docker java client alternatives may be a solution to support a wider range of versions (e.g. https://github.com/spotify/docker-client#version-compatibility). And we would not need to maintain a docker client by ourselves.



On Thu, Dec 28, 2017 at 10:43 AM, Sergii Kabashniuk <skabashn@xxxxxxxxxx> wrote:
Hello devs 
I would like to discuss with you a question about minimal docker version.
Now we are declaring that we are not using any features that require docker above 1.11
But let's be honest I doubt that majority of development is made on docker older than 1.17.x
We physically not able to guarantee compatibility with all dockers lineup that is made starting from 2016. In same time this is blocking us to use some modern docker optimisations like this one https://docs.docker.com/docker-for-mac/osxfs-caching

My proposal is to set minimal recommend version for Che6  to  Docker 17.04.0-ce release 04/03/2017 API version 1.28.

It's quite stable and new at the same time.
Any comments or concerns?

_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev



Back to the top