This fix updates docker-py:
```
-ENV DOCKER_PY_COMMIT 1d6b5b203222ba5df7dedfcd1ee061a452f99c8a
+ENV DOCKER_PY_COMMIT 5e28dcaace5f7b70cbe44c313b7a3b288fa38916
```
The updated docker-py includes https://github.com/docker/docker-py/pull/1909
which is required to have #36292 pass the tests.
Full diff is in https://github.com/docker/docker-py/compare/1d6b5b203222ba5df7dedfcd1ee061a452f99c8a...5e28dcaace5f7b70cbe44c313b7a3b288fa38916.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| ... | ... |
@@ -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 1d6b5b203222ba5df7dedfcd1ee061a452f99c8a |
|
| 145 |
+ENV DOCKER_PY_COMMIT 5e28dcaace5f7b70cbe44c313b7a3b288fa38916 |
|
| 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 1d6b5b203222ba5df7dedfcd1ee061a452f99c8a |
|
| 109 |
+ENV DOCKER_PY_COMMIT 5e28dcaace5f7b70cbe44c313b7a3b288fa38916 |
|
| 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 1d6b5b203222ba5df7dedfcd1ee061a452f99c8a |
|
| 107 |
+ENV DOCKER_PY_COMMIT 5e28dcaace5f7b70cbe44c313b7a3b288fa38916 |
|
| 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 1d6b5b203222ba5df7dedfcd1ee061a452f99c8a |
|
| 105 |
+ENV DOCKER_PY_COMMIT 5e28dcaace5f7b70cbe44c313b7a3b288fa38916 |
|
| 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 1d6b5b203222ba5df7dedfcd1ee061a452f99c8a |
|
| 99 |
+ENV DOCKER_PY_COMMIT 5e28dcaace5f7b70cbe44c313b7a3b288fa38916 |
|
| 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 \ |