Add the remaining build script for Debian

Vitaliy Filippov 2021-02-26 01:02:32 +03:00
padre 4f5a94c07a
commit 5af8eddaa9
Se han modificado 3 ficheros con 9 adiciones y 0 borrados

Ver fichero

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

7
debian/build-vitastor-bullseye.sh vendido Executable file
Ver fichero

@ -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

Ver fichero

@ -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