Skip to content

Commit

Permalink
Merge pull request #5042 from Cryptophobia/add-docker-17.09-for-debian-9
Browse files Browse the repository at this point in the history
Add docker 17.09.0 version for Debian 9
  • Loading branch information
k8s-ci-robot authored Apr 20, 2018
2 parents c353d49 + c9cf51f commit 31222ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nodeup/pkg/model/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,18 @@ var dockerVersions = []dockerVersion{
Dependencies: []string{"bridge-utils", "libapparmor1", "libltdl7", "perl"},
},

// 17.09.0 - Debian9 (stretch)
{
DockerVersion: "17.09.0",
Name: "docker-ce",
Distros: []distros.Distribution{distros.DistributionDebian9},
Architectures: []Architecture{ArchitectureAmd64},
Version: "17.09.0~ce-0~debian",
Source: "http://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_17.09.0~ce-0~debian_amd64.deb",
Hash: "70aa5f96cf00f11374b6593ccf4ed120a65375d2",
Dependencies: []string{"bridge-utils", "libapparmor1", "libltdl7", "perl"},
},

// 17.09.0 - Xenial
{
DockerVersion: "17.09.0",
Expand Down

0 comments on commit 31222ec

Please sign in to comment.