mirror of https://github.com/kubernetes/kops.git
Merge pull request #4014 from blakebarnett/bdb/fix_docker_stretch_url
Automatic merge from submit-queue. Fix URL for Docker 17.03.2 on Debian Stretch
This commit is contained in:
commit
d0618e1471
|
@ -369,7 +369,7 @@ var dockerVersions = []dockerVersion{
|
|||
Distros: []distros.Distribution{distros.DistributionDebian9},
|
||||
Architectures: []Architecture{ArchitectureAmd64},
|
||||
Version: "17.03.2~ce-0~debian-stretch",
|
||||
Source: "http://download.docker.com/linux/debian/dists/jessie/pool/stable/amd64/docker-ce_17.03.2~ce-0~debian-stretch_amd64.deb",
|
||||
Source: "http://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_17.03.2~ce-0~debian-stretch_amd64.deb",
|
||||
Hash: "36773361cf44817371770cb4e6e6823590d10297",
|
||||
Dependencies: []string{"bridge-utils", "libapparmor1", "libltdl7", "perl"},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue