From d1a0773d3a834a4bfa98deb07ae3f87dd6438da6 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 14 Nov 2017 14:17:44 +0100 Subject: [PATCH] Bump docker-py to 1d6b5b203222ba5df7dedfcd1ee061a452f99c8a Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- Dockerfile.ppc64le | 2 +- Dockerfile.s390x | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 146f3d901b..e027d48554 100644 --- a/Dockerfile +++ b/Dockerfile @@ -133,7 +133,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Get the "docker-py" source so we can run their integration tests -ENV DOCKER_PY_COMMIT ca7a6132a418c32df6bb11ba9b2a8b9b2727227a +ENV DOCKER_PY_COMMIT 1d6b5b203222ba5df7dedfcd1ee061a452f99c8a # To run integration tests docker-pycreds is required. RUN git clone https://github.com/docker/docker-py.git /docker-py \ && cd /docker-py \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index e6a12fe370..876d80935e 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -105,7 +105,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Get the "docker-py" source so we can run their integration tests -ENV DOCKER_PY_COMMIT ca7a6132a418c32df6bb11ba9b2a8b9b2727227a +ENV DOCKER_PY_COMMIT 1d6b5b203222ba5df7dedfcd1ee061a452f99c8a # To run integration tests docker-pycreds is required. RUN git clone https://github.com/docker/docker-py.git /docker-py \ && cd /docker-py \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index d67bdd0658..33304b55e4 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -103,7 +103,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Get the "docker-py" source so we can run their integration tests -ENV DOCKER_PY_COMMIT ca7a6132a418c32df6bb11ba9b2a8b9b2727227a +ENV DOCKER_PY_COMMIT 1d6b5b203222ba5df7dedfcd1ee061a452f99c8a # To run integration tests docker-pycreds is required. RUN git clone https://github.com/docker/docker-py.git /docker-py \ && cd /docker-py \ diff --git a/Dockerfile.ppc64le b/Dockerfile.ppc64le index 709a6e6241..4abd8891f7 100644 --- a/Dockerfile.ppc64le +++ b/Dockerfile.ppc64le @@ -101,7 +101,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Get the "docker-py" source so we can run their integration tests -ENV DOCKER_PY_COMMIT ca7a6132a418c32df6bb11ba9b2a8b9b2727227a +ENV DOCKER_PY_COMMIT 1d6b5b203222ba5df7dedfcd1ee061a452f99c8a # To run integration tests docker-pycreds is required. RUN git clone https://github.com/docker/docker-py.git /docker-py \ && cd /docker-py \ diff --git a/Dockerfile.s390x b/Dockerfile.s390x index 752d052c62..33dfc4319b 100644 --- a/Dockerfile.s390x +++ b/Dockerfile.s390x @@ -95,7 +95,7 @@ RUN set -x \ && rm -rf "$GOPATH" # Get the "docker-py" source so we can run their integration tests -ENV DOCKER_PY_COMMIT ca7a6132a418c32df6bb11ba9b2a8b9b2727227a +ENV DOCKER_PY_COMMIT 1d6b5b203222ba5df7dedfcd1ee061a452f99c8a # To run integration tests docker-pycreds is required. RUN git clone https://github.com/docker/docker-py.git /docker-py \ && cd /docker-py \