forked from vitalif/vitastor
parent
89dcda1fed
commit
dc3caee284
@ -0,0 +1,9 @@ |
||||
# Build Docker image with Vitastor packages |
||||
|
||||
FROM debian:bullseye |
||||
|
||||
ADD vitastor.list /etc/apt/sources.list.d |
||||
ADD vitastor.gpg /etc/apt/trusted.gpg.d |
||||
ADD vitastor.pref /etc/apt/preferences.d |
||||
ADD apt.conf /etc/apt/ |
||||
RUN apt-get update && apt-get -y install vitastor qemu-system-x86 qemu-system-common && apt-get clean |
@ -0,0 +1 @@ |
||||
APT::Install-Recommends false; |
Binary file not shown.
@ -0,0 +1 @@ |
||||
deb http://vitastor.io/debian bullseye main |
@ -0,0 +1,3 @@ |
||||
Package: * |
||||
Pin: origin "vitastor.io" |
||||
Pin-Priority: 1000 |
Loading…
Reference in new issue