Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Use docker-17.06.2-ce as default user docker
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan committed Dec 15, 2017
1 parent 47195af commit f87dc80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions os-config.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rancher:
hostname: {{.HOSTNAME_DEFAULT}}
{{if eq "amd64" .ARCH -}}
docker:
engine: docker-17.03.2-ce
engine: docker-17.06.2-ce
{{else -}}
docker:
engine: docker-17.03.1-ce
Expand Down Expand Up @@ -332,7 +332,7 @@ rancher:
- /var/lib/kubelet:/var/lib/kubelet
docker:
{{if eq "amd64" .ARCH -}}
image: {{.OS_REPO}}/os-docker:17.03.2{{.SUFFIX}}
image: {{.OS_REPO}}/os-docker:17.06.2{{.SUFFIX}}
{{else -}}
image: {{.OS_REPO}}/os-docker:17.03.1{{.SUFFIX}}
{{end -}}
Expand Down Expand Up @@ -374,7 +374,7 @@ rancher:
image: {{.OS_REPO}}/os
docker:
{{if eq "amd64" .ARCH -}}
engine: docker-17.03.2-ce
engine: docker-17.06.2-ce
{{else -}}
engine: docker-17.03.1-ce
{{end -}}
Expand Down

0 comments on commit f87dc80

Please sign in to comment.