From 08356f8921ea64f7ecdc59b696ddce08229d87b9 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 13 Sep 2017 14:32:18 -0700 Subject: [PATCH] Fix fetching LVM2 sources Version 2.02.173 has disappeared, let's revert back to latest stable one. https://github.com/moby/moby/issues/34843 Signed-off-by: Kir Kolyshkin Upstream-commit: a436d8a634392f9e82b6930a560d56900d887ce7 Component: engine --- components/engine/Dockerfile | 2 +- components/engine/Dockerfile.aarch64 | 2 +- components/engine/Dockerfile.armhf | 2 +- components/engine/Dockerfile.ppc64le | 2 +- components/engine/Dockerfile.s390x | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/engine/Dockerfile b/components/engine/Dockerfile index 8971edf6b8..8b89729af6 100644 --- a/components/engine/Dockerfile +++ b/components/engine/Dockerfile @@ -74,7 +74,7 @@ RUN apt-get update && apt-get install -y \ && pip install awscli==1.10.15 # Get lvm2 sources to build statically linked devmapper library -ENV LVM2_VERSION 2.02.173 +ENV LVM2_VERSION 2.02.168 RUN mkdir -p /usr/local/lvm2 \ && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \ | tar -xzC /usr/local/lvm2 --strip-components=1 diff --git a/components/engine/Dockerfile.aarch64 b/components/engine/Dockerfile.aarch64 index 5f3b25ce59..a15a3fe6a0 100644 --- a/components/engine/Dockerfile.aarch64 +++ b/components/engine/Dockerfile.aarch64 @@ -55,7 +55,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends # Get lvm2 sources to build statically linked devmapper library -ENV LVM2_VERSION 2.02.173 +ENV LVM2_VERSION 2.02.168 RUN mkdir -p /usr/local/lvm2 \ && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \ | tar -xzC /usr/local/lvm2 --strip-components=1 diff --git a/components/engine/Dockerfile.armhf b/components/engine/Dockerfile.armhf index 18cd74f12f..ff78234ad7 100644 --- a/components/engine/Dockerfile.armhf +++ b/components/engine/Dockerfile.armhf @@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y \ && pip install awscli==1.10.15 # Get lvm2 sources to build statically linked devmapper library -ENV LVM2_VERSION 2.02.173 +ENV LVM2_VERSION 2.02.168 RUN mkdir -p /usr/local/lvm2 \ && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \ | tar -xzC /usr/local/lvm2 --strip-components=1 diff --git a/components/engine/Dockerfile.ppc64le b/components/engine/Dockerfile.ppc64le index 3234239ea6..171fbfa726 100644 --- a/components/engine/Dockerfile.ppc64le +++ b/components/engine/Dockerfile.ppc64le @@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends # Get lvm2 sources to build statically linked devmapper library -ENV LVM2_VERSION 2.02.173 +ENV LVM2_VERSION 2.02.168 RUN mkdir -p /usr/local/lvm2 \ && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \ | tar -xzC /usr/local/lvm2 --strip-components=1 diff --git a/components/engine/Dockerfile.s390x b/components/engine/Dockerfile.s390x index 14dfd12bdb..eb99853185 100644 --- a/components/engine/Dockerfile.s390x +++ b/components/engine/Dockerfile.s390x @@ -65,7 +65,7 @@ RUN set -x \ && rm -rf "$SECCOMP_PATH" # Get lvm2 sources to build statically linked devmapper library -ENV LVM2_VERSION 2.02.173 +ENV LVM2_VERSION 2.02.168 RUN mkdir -p /usr/local/lvm2 \ && curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \ | tar -xzC /usr/local/lvm2 --strip-components=1