Browse code

Update docker-py commit to the latest HEAD.

To fix issues with IPAM options.

Signed-off-by: David Calavera <david.calavera@gmail.com>

David Calavera authored on 2016/01/12 08:39:13
Showing 5 changed files
... ...
@@ -177,7 +177,7 @@ RUN set -x \
177 177
 	&& rm -rf "$GOPATH"
178 178
 
179 179
 # Get the "docker-py" source so we can run their integration tests
180
-ENV DOCKER_PY_COMMIT 57512760c83fbe41302891aa51e34a86f4db74de
180
+ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece
181 181
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
182 182
 	&& cd /docker-py \
183 183
 	&& git checkout -q $DOCKER_PY_COMMIT \
... ...
@@ -148,7 +148,7 @@ RUN set -x \
148 148
 	&& rm -rf "$GOPATH"
149 149
 
150 150
 # Get the "docker-py" source so we can run their integration tests
151
-ENV DOCKER_PY_COMMIT 57512760c83fbe41302891aa51e34a86f4db74de
151
+ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece
152 152
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
153 153
 	&& cd /docker-py \
154 154
 	&& git checkout -q $DOCKER_PY_COMMIT \
... ...
@@ -61,7 +61,7 @@ RUN set -x \
61 61
 ENV GOPATH /go:/go/src/github.com/docker/docker/vendor
62 62
 
63 63
 # Get the "docker-py" source so we can run their integration tests
64
-ENV DOCKER_PY_COMMIT 139850f3f3b17357bab5ba3edfb745fb14043764
64
+ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece
65 65
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
66 66
 	&& cd /docker-py \
67 67
 	&& git checkout -q $DOCKER_PY_COMMIT
... ...
@@ -126,7 +126,7 @@ RUN set -x \
126 126
 	&& rm -rf "$GOPATH"
127 127
 
128 128
 # Get the "docker-py" source so we can run their integration tests
129
-ENV DOCKER_PY_COMMIT 57512760c83fbe41302891aa51e34a86f4db74de
129
+ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece
130 130
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
131 131
 	&& cd /docker-py \
132 132
 	&& git checkout -q $DOCKER_PY_COMMIT \
... ...
@@ -126,7 +126,7 @@ RUN set -x \
126 126
 	&& rm -rf "$GOPATH"
127 127
 
128 128
 # Get the "docker-py" source so we can run their integration tests
129
-ENV DOCKER_PY_COMMIT 57512760c83fbe41302891aa51e34a86f4db74de
129
+ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece
130 130
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
131 131
 	&& cd /docker-py \
132 132
 	&& git checkout -q $DOCKER_PY_COMMIT \