-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 version in minikube iso - possible? #1518
Comments
We're due for an update, but we probably can't go all the way to 17.05. We match what upstream kubernetes currently tests with, which will be lagging behind docker for a few releases. |
This is an attempt to address kubernetes#1518. It does actually fix kubernetes#1518, but breaks much of Kubernetes. :) Don't merge this, I'm just creating a PR that people can play with if they're interested in taking it further.
hello, is there any update to this? |
It would be nice to have at least |
Is there a way to just |
see #1542 (comment)
|
Just FYI:
btw Docker 17.03 (is actually 1.13.x) has been validated for K8s 1.8 too. |
I'm keen to try multi-stage builds so having docker 17.05+ would be nice :D |
We in github.com/k8guard need multi-stage builds, is there any way to update the minikube's docker version manually? |
As of the 26th of October 2017 the newest version of the Minikube iso has docker 17.05-ce https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md#version-0230---10262017 |
Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE REQUEST
Minikube version :
v0.19.0
Environment: linux
What happened:
Am using the new multistage build in docker but this does not work on the minikube iso as it is running docker v1.11.1.
It is in the edge docker release so not expecting this to be implemented in a minikube release anytime soon, but would it be possible to upgrade docker in the minikube-iso to ^17.05?
Have newer versions of docker been tested?
Worry that would be quite the jump...
The text was updated successfully, but these errors were encountered: