Add the remaining build script for Debian

This commit is contained in:
Vitaliy Filippov
2021-02-26 01:59:18 +03:00
parent 4f5a94c07a
commit 5af8eddaa9
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -16,3 +16,4 @@ fio
qemu
rpm/*.Dockerfile
debian/*.Dockerfile
Dockerfile
+7
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
+1
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