Browse code

Update docker-py

This fix update docker-py so that containers from the tests run
could be cleaned up during teardown:
```diff
-ENV DOCKER_PY_COMMIT 5e28dcaace5f7b70cbe44c313b7a3b288fa38916
+ENV DOCKER_PY_COMMIT 8b246db271a85d6541dc458838627e89c683e42f
```

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Yong Tang authored on 2018/02/24 07:24:47
Showing 5 changed files
... ...
@@ -142,7 +142,7 @@ RUN set -x \
142 142
 	&& rm -rf "$GOPATH"
143 143
 
144 144
 # Get the "docker-py" source so we can run their integration tests
145
-ENV DOCKER_PY_COMMIT 5e28dcaace5f7b70cbe44c313b7a3b288fa38916
145
+ENV DOCKER_PY_COMMIT 8b246db271a85d6541dc458838627e89c683e42f
146 146
 # To run integration tests docker-pycreds is required.
147 147
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
148 148
 	&& cd /docker-py \
... ...
@@ -106,7 +106,7 @@ RUN set -x \
106 106
 	&& rm -rf "$GOPATH"
107 107
 
108 108
 # Get the "docker-py" source so we can run their integration tests
109
-ENV DOCKER_PY_COMMIT 5e28dcaace5f7b70cbe44c313b7a3b288fa38916
109
+ENV DOCKER_PY_COMMIT 8b246db271a85d6541dc458838627e89c683e42f
110 110
 # To run integration tests docker-pycreds is required.
111 111
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
112 112
 	&& cd /docker-py \
... ...
@@ -104,7 +104,7 @@ RUN set -x \
104 104
 	&& rm -rf "$GOPATH"
105 105
 
106 106
 # Get the "docker-py" source so we can run their integration tests
107
-ENV DOCKER_PY_COMMIT 5e28dcaace5f7b70cbe44c313b7a3b288fa38916
107
+ENV DOCKER_PY_COMMIT 8b246db271a85d6541dc458838627e89c683e42f
108 108
 # To run integration tests docker-pycreds is required.
109 109
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
110 110
 	&& cd /docker-py \
... ...
@@ -102,7 +102,7 @@ RUN set -x \
102 102
 	&& rm -rf "$GOPATH"
103 103
 
104 104
 # Get the "docker-py" source so we can run their integration tests
105
-ENV DOCKER_PY_COMMIT 5e28dcaace5f7b70cbe44c313b7a3b288fa38916
105
+ENV DOCKER_PY_COMMIT 8b246db271a85d6541dc458838627e89c683e42f
106 106
 # To run integration tests docker-pycreds is required.
107 107
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
108 108
 	&& cd /docker-py \
... ...
@@ -96,7 +96,7 @@ RUN set -x \
96 96
 	&& rm -rf "$GOPATH"
97 97
 
98 98
 # Get the "docker-py" source so we can run their integration tests
99
-ENV DOCKER_PY_COMMIT 5e28dcaace5f7b70cbe44c313b7a3b288fa38916
99
+ENV DOCKER_PY_COMMIT 8b246db271a85d6541dc458838627e89c683e42f
100 100
 # To run integration tests docker-pycreds is required.
101 101
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
102 102
 	&& cd /docker-py \