Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 363a3e7

Browse files
authored
Merge pull request #229 from andrewhsu/static
[17.09] backport fix to get static builds going
2 parents 17db25d + 22cec74 commit 363a3e7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

components/engine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN apt-get update && apt-get install -y \
7474
&& pip install awscli==1.10.15
7575

7676
# Get lvm2 sources to build statically linked devmapper library
77-
ENV LVM2_VERSION 2.02.173
77+
ENV LVM2_VERSION 2.02.168
7878
RUN mkdir -p /usr/local/lvm2 \
7979
&& curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \
8080
| tar -xzC /usr/local/lvm2 --strip-components=1

components/engine/Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN apt-get update && apt-get install -y \
5555
--no-install-recommends
5656

5757
# Get lvm2 sources to build statically linked devmapper library
58-
ENV LVM2_VERSION 2.02.173
58+
ENV LVM2_VERSION 2.02.168
5959
RUN mkdir -p /usr/local/lvm2 \
6060
&& curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \
6161
| tar -xzC /usr/local/lvm2 --strip-components=1

components/engine/Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y \
5454
&& pip install awscli==1.10.15
5555

5656
# Get lvm2 sources to build statically linked devmapper library
57-
ENV LVM2_VERSION 2.02.173
57+
ENV LVM2_VERSION 2.02.168
5858
RUN mkdir -p /usr/local/lvm2 \
5959
&& curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \
6060
| tar -xzC /usr/local/lvm2 --strip-components=1

components/engine/Dockerfile.ppc64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y \
5454
--no-install-recommends
5555

5656
# Get lvm2 sources to build statically linked devmapper library
57-
ENV LVM2_VERSION 2.02.173
57+
ENV LVM2_VERSION 2.02.168
5858
RUN mkdir -p /usr/local/lvm2 \
5959
&& curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \
6060
| tar -xzC /usr/local/lvm2 --strip-components=1

components/engine/Dockerfile.s390x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN set -x \
6565
&& rm -rf "$SECCOMP_PATH"
6666

6767
# Get lvm2 sources to build statically linked devmapper library
68-
ENV LVM2_VERSION 2.02.173
68+
ENV LVM2_VERSION 2.02.168
6969
RUN mkdir -p /usr/local/lvm2 \
7070
&& curl -fsSL "https://mirrors.kernel.org/sourceware/lvm2/LVM2.${LVM2_VERSION}.tgz" \
7171
| tar -xzC /usr/local/lvm2 --strip-components=1

0 commit comments

Comments
 (0)