Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
Install lvm package from testing (#235)
Browse files Browse the repository at this point in the history
  LVM version:     2.02.173(2) (2017-07-20)
  Library version: 1.02.142 (2017-07-20)
  • Loading branch information
Denis Mishin authored Sep 18, 2017
1 parent 6b72c45 commit 1bfb1a8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.assets/docker/base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ RUN apt-get install -q -y bridge-utils \
nmap \
netcat \
nfs-common \
lvm2 \
jq \
conntrack \
dnsmasq ; \
apt-get -t testing install -y lvm2; \
apt-get -y autoclean; apt-get -y clean

# do not install docker from Debian repositories but rather download static binaries for seccomp support
Expand Down
11 changes: 11 additions & 0 deletions build.assets/docker/os-rootfs/etc/apt/preferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Package: *
Pin: release a=stable
Pin-Priority: 700

Package: *
Pin: release a=jessie-backports
Pin-Priority: 650

Package: *
Pin: release a=testing
Pin-Priority: 600
1 change: 1 addition & 0 deletions build.assets/docker/os.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN (apt-get update && \

RUN (echo 'deb http://httpredir.debian.org/debian/ stretch contrib non-free' >> /etc/apt/sources.list && \
echo 'deb http://httpredir.debian.org/debian/ stretch-updates contrib non-free' >> /etc/apt/sources.list && \
echo 'deb http://cdn-fastly.deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list && \
echo 'deb https://apt.dockerproject.org/repo debian-stretch main' >> /etc/apt/sources.list)

RUN (apt-get clean \
Expand Down

0 comments on commit 1bfb1a8

Please sign in to comment.