Skip to content

Commit

Permalink
Merge pull request #4119 from sflxn/fix-cli-version
Browse files Browse the repository at this point in the history
Lower min API version to 1.19
  • Loading branch information
Loc Nguyen authored Mar 2, 2017
2 parents 7c6af2a + 005eb7f commit 793ec14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
const (
DockerAPIVersion = "1.25"
DockerDefaultVersion = "1.25"
DockerMinimumVersion = "1.23"
DockerMinimumVersion = "1.19"
)

type Build struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Docker1.13 Version Format Server API Version
Docker1.13 Version Format Server Minimum API Version
${rc} ${output}= Run And Return Rc And Output docker1.13 %{VCH-PARAMS} version --format '{{.Server.MinAPIVersion}}'
Should Be Equal As Integers ${rc} 0
Should Be Equal As Strings ${output} 1.23
Should Be Equal As Strings ${output} 1.19

Docker Version Format Server Go Version
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} version --format '{{.Server.GoVersion}}'
Expand Down

0 comments on commit 793ec14

Please sign in to comment.