Add Dockerfile

nbd-vmsplice
Vitaliy Filippov 1 year ago
parent 89dcda1fed
commit dc3caee284
  1. 9
      docker/Dockerfile
  2. 1
      docker/apt.conf
  3. BIN
      docker/vitastor.gpg
  4. 1
      docker/vitastor.list
  5. 3
      docker/vitastor.pref

@ -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…
Cancel
Save