Browse code

vendor docker-py 7befe694bd21e3c54bb1d7825270ea4bd6864c13

Signed-off-by: Shijiang Wei <mountkin@gmail.com>

Shijiang Wei authored on 2016/03/15 12:12:09
Showing 6 changed files
... ...
@@ -199,7 +199,7 @@ RUN set -x \
199 199
 	&& rm -rf "$GOPATH"
200 200
 
201 201
 # Get the "docker-py" source so we can run their integration tests
202
-ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece
202
+ENV DOCKER_PY_COMMIT 7befe694bd21e3c54bb1d7825270ea4bd6864c13
203 203
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
204 204
 	&& cd /docker-py \
205 205
 	&& git checkout -q $DOCKER_PY_COMMIT \
... ...
@@ -130,7 +130,7 @@ RUN set -x \
130 130
 	&& rm -rf "$GOPATH"
131 131
 
132 132
 # Get the "docker-py" source so we can run their integration tests
133
-ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece
133
+ENV DOCKER_PY_COMMIT 7befe694bd21e3c54bb1d7825270ea4bd6864c13
134 134
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
135 135
 	&& cd /docker-py \
136 136
 	&& git checkout -q $DOCKER_PY_COMMIT \
... ...
@@ -141,7 +141,7 @@ RUN set -x \
141 141
 	&& rm -rf "$GOPATH"
142 142
 
143 143
 # Get the "docker-py" source so we can run their integration tests
144
-ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece
144
+ENV DOCKER_PY_COMMIT 7befe694bd21e3c54bb1d7825270ea4bd6864c13
145 145
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
146 146
 	&& cd /docker-py \
147 147
 	&& git checkout -q $DOCKER_PY_COMMIT \
... ...
@@ -60,7 +60,7 @@ RUN set -x \
60 60
 ENV GOPATH /go:/go/src/github.com/docker/docker/vendor
61 61
 
62 62
 # Get the "docker-py" source so we can run their integration tests
63
-ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece
63
+ENV DOCKER_PY_COMMIT 7befe694bd21e3c54bb1d7825270ea4bd6864c13
64 64
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
65 65
 	&& cd /docker-py \
66 66
 	&& git checkout -q $DOCKER_PY_COMMIT
... ...
@@ -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 e2878cbcc3a7eef99917adc1be252800b0e41ece
140
+ENV DOCKER_PY_COMMIT 7befe694bd21e3c54bb1d7825270ea4bd6864c13
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 e2878cbcc3a7eef99917adc1be252800b0e41ece
146
+ENV DOCKER_PY_COMMIT 7befe694bd21e3c54bb1d7825270ea4bd6864c13
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 \