Skip to content

Commit

Permalink
Fixed Ubuntu 18.04's docker version(fixes #3424). (#3425)
Browse files Browse the repository at this point in the history
  • Loading branch information
okamototk authored and k8s-ci-robot committed Oct 1, 2018
1 parent 192f796 commit 66e304c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/docker/vars/ubuntu-bionic.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
docker_kernel_min_version: '3.10'

# overide defaults, missing 17.03 for Ubuntu 18.04
docker_version: '18.06'

use_docker_engine: false

docker_versioned_pkg:
'latest': docker-ce
'17.03': docker-ce=17.03.2~ce-0~ubuntu-xenial
'18.03': docker-ce=18.03.1~ce-3-0~ubuntu
'18.06': docker-ce=18.06.1~ce~3-0~ubuntu
'stable': docker-ce=18.06.1~ce~3-0~ubuntu
Expand Down

0 comments on commit 66e304c

Please sign in to comment.