I would also like an answer to this. Minikube is currently using Docker 
17.05.0-ce. https://github.com/kubernetes/minikube/pull/1542 Kubernetes 1.8 
doesn't officially support it, but I do see a commit about fixing a bug related 
to 17.06.0-ce in the 1.9 branch. You might be able to use the Ubuntu GKE image 
which may allow you to manually update the docker version. This wouldn't be 
automatically applied to new nodes however so it would not be suitable for 
production or any kind of auto scaling.

On Friday, November 3, 2017 at 6:34:46 AM UTC-6, neuse...@gmail.com wrote:
> I'd like to use Multi Stage Dockerfile builds via Jenkins CI on Kubernetes 
> (GKE). I'm mounting the docker sock from the host system which apparently is 
> Version 17.03.2-ce:
> 
> Client:
>  Version:      17.10.0-ce
>  API version:  1.27 (downgraded from 1.33)
>  Go version:   go1.8.3
>  Git commit:   f4ffd25
>  Built:        Tue Oct 17 18:59:38 2017
>  OS/Arch:      linux/amd64
> 
> Server:
>  Version:      17.03.2-ce
>  API version:  1.27 (minimum version 1.12)
>  Go version:   go1.8.3
>  Git commit:   f5ec1e2
>  Built:        Mon Sep 18 12:45:23 2017
>  OS/Arch:      linux/amd64
>  Experimental: false
> 
> Dockerfile Multi Stage Builds are supported from 17.05 and up. I've just 
> bumped GKE to 1.7.8. Any advice on how to get a newer docker daemon running 
> on GKE?

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to