Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
| ... | ... |
@@ -186,7 +186,7 @@ RUN set -x \ |
| 186 | 186 |
&& rm -rf "$GOPATH" |
| 187 | 187 |
|
| 188 | 188 |
# Get the "docker-py" source so we can run their integration tests |
| 189 |
-ENV DOCKER_PY_COMMIT dc2b24dcdd4ed7c8f6874ee5dd95716761ab6c93 |
|
| 189 |
+ENV DOCKER_PY_COMMIT a962578e515185cf06506050b2200c0b81aa84ef |
|
| 190 | 190 |
# To run integration tests docker-pycreds is required. |
| 191 | 191 |
# Before running the integration tests conftest.py is |
| 192 | 192 |
# loaded which results in loads auth.py that |
| ... | ... |
@@ -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 dc2b24dcdd4ed7c8f6874ee5dd95716761ab6c93 |
|
| 145 |
+ENV DOCKER_PY_COMMIT a962578e515185cf06506050b2200c0b81aa84ef |
|
| 146 | 146 |
# Before running the integration tests conftest.py is |
| 147 | 147 |
# loaded which results in loads auth.py that |
| 148 | 148 |
# imports the docker-pycreds module. |
| ... | ... |
@@ -137,7 +137,7 @@ RUN set -x \ |
| 137 | 137 |
&& rm -rf "$GOPATH" |
| 138 | 138 |
|
| 139 | 139 |
# Get the "docker-py" source so we can run their integration tests |
| 140 |
-ENV DOCKER_PY_COMMIT dc2b24dcdd4ed7c8f6874ee5dd95716761ab6c93 |
|
| 140 |
+ENV DOCKER_PY_COMMIT a962578e515185cf06506050b2200c0b81aa84ef |
|
| 141 | 141 |
RUN git clone https://github.com/docker/docker-py.git /docker-py \ |
| 142 | 142 |
&& cd /docker-py \ |
| 143 | 143 |
&& git checkout -q $DOCKER_PY_COMMIT \ |
| ... | ... |
@@ -143,7 +143,7 @@ RUN set -x \ |
| 143 | 143 |
&& rm -rf "$GOPATH" |
| 144 | 144 |
|
| 145 | 145 |
# Get the "docker-py" source so we can run their integration tests |
| 146 |
-ENV DOCKER_PY_COMMIT dc2b24dcdd4ed7c8f6874ee5dd95716761ab6c93 |
|
| 146 |
+ENV DOCKER_PY_COMMIT a962578e515185cf06506050b2200c0b81aa84ef |
|
| 147 | 147 |
RUN git clone https://github.com/docker/docker-py.git /docker-py \ |
| 148 | 148 |
&& cd /docker-py \ |
| 149 | 149 |
&& git checkout -q $DOCKER_PY_COMMIT \ |
| ... | ... |
@@ -136,7 +136,7 @@ RUN set -x \ |
| 136 | 136 |
&& rm -rf "$GOPATH" |
| 137 | 137 |
|
| 138 | 138 |
# Get the "docker-py" source so we can run their integration tests |
| 139 |
-ENV DOCKER_PY_COMMIT dc2b24dcdd4ed7c8f6874ee5dd95716761ab6c93 |
|
| 139 |
+ENV DOCKER_PY_COMMIT a962578e515185cf06506050b2200c0b81aa84ef |
|
| 140 | 140 |
RUN git clone https://github.com/docker/docker-py.git /docker-py \ |
| 141 | 141 |
&& cd /docker-py \ |
| 142 | 142 |
&& git checkout -q $DOCKER_PY_COMMIT \ |