Add the remaining build script for Debian

Vitaliy Filippov 2021-02-26 01:02:32 +03:00
parent 4f5a94c07a
commit 5af8eddaa9
3 changed files with 9 additions and 0 deletions

View File

@ -16,3 +16,4 @@ fio
qemu
rpm/*.Dockerfile
debian/*.Dockerfile
Dockerfile

7
debian/build-vitastor-bullseye.sh vendored Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
sed 's/$REL/bullseye/' < vitastor.Dockerfile > ../Dockerfile
cd ..
mkdir -p packages
sudo podman build -v `pwd`/packages:/root/packages -f Dockerfile .
rm Dockerfile

View File

@ -4,3 +4,4 @@ sed 's/$REL/buster/' < vitastor.Dockerfile > ../Dockerfile
cd ..
mkdir -p packages
sudo podman build -v `pwd`/packages:/root/packages -f Dockerfile .
rm Dockerfile