Skip to content

Commit

Permalink
Update the docker client related vendor pkg to newer version.
Browse files Browse the repository at this point in the history
Existing go-dockerclient pkg does not support latest docker API,
e.g., Docker 1.12. This patch will update docker client pkg to
latest version, and update related dependencies, including:

* some sub pkgs of github.com/docker/docker
* github.com/docker/engine-api/types/filters
* github.com/docker/engine-api/types/versions
* github.com/fsouza/go-dockerclient
* github.com/docker/go-units
* github.com/hashicorp/go-cleanhttp
* github.com/opencontainers/runc
* github.com/Sirupsen/logrus

On the other hand, to meet the usage of go vendor, move docker
client dependent pkgs to outside for easier further updating.

This patch also fix #2044 when using the Docker 1.12 client.

Change-Id: Id9793f5acad05358476cdb2142551b4c41a4c968
Signed-off-by: Baohua Yang <baohyang@cn.ibm.com>
  • Loading branch information
yeasy committed Jul 30, 2016
1 parent 69345fa commit c324ba8
Show file tree
Hide file tree
Showing 485 changed files with 42,073 additions and 2,474 deletions.
66 changes: 66 additions & 0 deletions vendor/github.com/Sirupsen/logrus/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c324ba8

Please sign in to comment.