Rpm: automate rpm building with build-rpm

This commit is contained in:
Dmitry Maksyoma
2021-02-11 21:50:14 +13:00
parent d658f2b8a3
commit b97633ca10
6 changed files with 41 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ cd "$(dirname "$0")"
echo kasmvnctester_${os}:$os_codename
docker build --build-arg \
KASMVNC_PACKAGE_DIR="build" \
KASMVNC_PACKAGE_DIR="build/${os}_${os_codename}" \
-t kasmvnctester_${os}:$os_codename \
-f dockerfile.${os}_${os_codename}.rpm.test .
echo docker run -it -p 443:8443 --rm -e "VNC_USER=foo" -e "VNC_PW=bar" \