Browse code

Update docker-py commit

Signed-off-by: Brian Goff <cpuguy83@gmail.com>

Brian Goff authored on 2017/11/02 10:28:37
Showing 5 changed files
... ...
@@ -133,7 +133,7 @@ RUN set -x \
133 133
 	&& rm -rf "$GOPATH"
134 134
 
135 135
 # Get the "docker-py" source so we can run their integration tests
136
-ENV DOCKER_PY_COMMIT a962578e515185cf06506050b2200c0b81aa84ef
136
+ENV DOCKER_PY_COMMIT ca7a6132a418c32df6bb11ba9b2a8b9b2727227a
137 137
 # To run integration tests docker-pycreds is required.
138 138
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
139 139
 	&& cd /docker-py \
... ...
@@ -105,7 +105,7 @@ RUN set -x \
105 105
 	&& rm -rf "$GOPATH"
106 106
 
107 107
 # Get the "docker-py" source so we can run their integration tests
108
-ENV DOCKER_PY_COMMIT a962578e515185cf06506050b2200c0b81aa84ef
108
+ENV DOCKER_PY_COMMIT ca7a6132a418c32df6bb11ba9b2a8b9b2727227a
109 109
 # To run integration tests docker-pycreds is required.
110 110
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
111 111
 	&& cd /docker-py \
... ...
@@ -103,7 +103,7 @@ RUN set -x \
103 103
 	&& rm -rf "$GOPATH"
104 104
 
105 105
 # Get the "docker-py" source so we can run their integration tests
106
-ENV DOCKER_PY_COMMIT a962578e515185cf06506050b2200c0b81aa84ef
106
+ENV DOCKER_PY_COMMIT ca7a6132a418c32df6bb11ba9b2a8b9b2727227a
107 107
 # To run integration tests docker-pycreds is required.
108 108
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
109 109
 	&& cd /docker-py \
... ...
@@ -101,7 +101,7 @@ RUN set -x \
101 101
 	&& rm -rf "$GOPATH"
102 102
 
103 103
 # Get the "docker-py" source so we can run their integration tests
104
-ENV DOCKER_PY_COMMIT a962578e515185cf06506050b2200c0b81aa84ef
104
+ENV DOCKER_PY_COMMIT ca7a6132a418c32df6bb11ba9b2a8b9b2727227a
105 105
 # To run integration tests docker-pycreds is required.
106 106
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
107 107
 	&& cd /docker-py \
... ...
@@ -95,7 +95,7 @@ RUN set -x \
95 95
 	&& rm -rf "$GOPATH"
96 96
 
97 97
 # Get the "docker-py" source so we can run their integration tests
98
-ENV DOCKER_PY_COMMIT a962578e515185cf06506050b2200c0b81aa84ef
98
+ENV DOCKER_PY_COMMIT ca7a6132a418c32df6bb11ba9b2a8b9b2727227a
99 99
 # To run integration tests docker-pycreds is required.
100 100
 RUN git clone https://github.com/docker/docker-py.git /docker-py \
101 101
 	&& cd /docker-py \