From e6590b5fa2c442546d3dcfa3e0580eb024ede823 Mon Sep 17 00:00:00 2001 From: Shijiang Wei Date: Tue, 15 Mar 2016 11:12:09 +0800 Subject: [PATCH] vendor docker-py 7befe694bd21e3c54bb1d7825270ea4bd6864c13 Signed-off-by: Shijiang Wei --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- Dockerfile.gccgo | 2 +- Dockerfile.ppc64le | 2 +- Dockerfile.s390x | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index de9b509f32..41509d54c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -199,7 +199,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Get the "docker-py" source so we can run their integration tests -ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece +ENV DOCKER_PY_COMMIT 7befe694bd21e3c54bb1d7825270ea4bd6864c13 RUN git clone https://github.com/docker/docker-py.git /docker-py \ && cd /docker-py \ && git checkout -q $DOCKER_PY_COMMIT \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d321da33a6..b2721184d9 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -130,7 +130,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Get the "docker-py" source so we can run their integration tests -ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece +ENV DOCKER_PY_COMMIT 7befe694bd21e3c54bb1d7825270ea4bd6864c13 RUN git clone https://github.com/docker/docker-py.git /docker-py \ && cd /docker-py \ && git checkout -q $DOCKER_PY_COMMIT \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 51d5dbb80d..f71a78b718 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -141,7 +141,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Get the "docker-py" source so we can run their integration tests -ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece +ENV DOCKER_PY_COMMIT 7befe694bd21e3c54bb1d7825270ea4bd6864c13 RUN git clone https://github.com/docker/docker-py.git /docker-py \ && cd /docker-py \ && git checkout -q $DOCKER_PY_COMMIT \ diff --git a/Dockerfile.gccgo b/Dockerfile.gccgo index 48c40da710..9b40dd405f 100644 --- a/Dockerfile.gccgo +++ b/Dockerfile.gccgo @@ -60,7 +60,7 @@ RUN set -x \ ENV GOPATH /go:/go/src/github.com/docker/docker/vendor # Get the "docker-py" source so we can run their integration tests -ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece +ENV DOCKER_PY_COMMIT 7befe694bd21e3c54bb1d7825270ea4bd6864c13 RUN git clone https://github.com/docker/docker-py.git /docker-py \ && cd /docker-py \ && git checkout -q $DOCKER_PY_COMMIT diff --git a/Dockerfile.ppc64le b/Dockerfile.ppc64le index 208c3a5e40..e63f36c845 100644 --- a/Dockerfile.ppc64le +++ b/Dockerfile.ppc64le @@ -137,7 +137,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Get the "docker-py" source so we can run their integration tests -ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece +ENV DOCKER_PY_COMMIT 7befe694bd21e3c54bb1d7825270ea4bd6864c13 RUN git clone https://github.com/docker/docker-py.git /docker-py \ && cd /docker-py \ && git checkout -q $DOCKER_PY_COMMIT \ diff --git a/Dockerfile.s390x b/Dockerfile.s390x index e3cbfd31a5..b6bda59d89 100644 --- a/Dockerfile.s390x +++ b/Dockerfile.s390x @@ -143,7 +143,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Get the "docker-py" source so we can run their integration tests -ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece +ENV DOCKER_PY_COMMIT 7befe694bd21e3c54bb1d7825270ea4bd6864c13 RUN git clone https://github.com/docker/docker-py.git /docker-py \ && cd /docker-py \ && git checkout -q $DOCKER_PY_COMMIT \