-
Notifications
You must be signed in to change notification settings - Fork 13
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
Upgrade to boot2docker v17.09.0-ce #75
Comments
I see you created #76, but unfortunately, it is not as simple as upgrading to the latest version. Even a slightly less old version was denied for merging: #54. This ISO solved several issues related to virtualbox, kernel support, updated extensions, etc. The version decided was eventually to go for something that aligns to Docker which is available in the CentOS images /cc: @praveenkumar WDYT? Personally I do not think we can maintain the idea to align the versions... I still wonder about gbraad-redhat#1 Why do we want to control the version of Docker to install? As this breaks the relation between the ISO and the Docker version inside. it actually gives us an untested situation in which we can not file issues against the upstream repo for boot2docker. (Note: however, filed issues go unnoticed and unanswered most of the time anyways) |
Ok, I see. FWIW - I have not come across any issues yet with docker v17.09.0-ce. Minishift works just fine. |
Looks like lot of registry push is broken for docker which we are using for b2d (at least for fedora I am not able to push images to internal registry minishift/minishift#817) if those issue can be solved by updating the docker version for b2d then I am good with this change. @minishift/minishift-dev wdyt? |
@vcottagiri can you send a PR so atleast we can see if CI passes with those changes and we can test artifacts on different issues also. |
@praveenkumar - There is a PR #76 for this, or are you expecting something else? |
@xqianwang can you explain why the newer Docker version is important to you? Which functionality areyou missing, or is to align versions in your environment? |
@gbraad Docker has seen a number of changes since Docker v1.13.1 over a year and a half ago. Minikube has been upgraded to 17.12-ce as well. One of the main ones being multistage builds which is becoming the standard of how docker builds work. Could we see some movement on upgrading the docker version for minishift? |
It will be great if we can upgrade to the latest version of boot2docker so that we can use latest docker verson 17.09.0-ce in minishift
The text was updated successfully, but these errors were encountered: