Add Dockerfile

This commit is contained in:
Vitaliy Filippov
2021-10-19 02:26:37 +03:00
parent 89dcda1fed
commit dc3caee284
5 changed files with 14 additions and 0 deletions
+9
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
APT::Install-Recommends false;
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
deb http://vitastor.io/debian bullseye main
+3
View File
@@ -0,0 +1,3 @@
Package: *
Pin: origin "vitastor.io"
Pin-Priority: 1000