Rpm: CentOS dfart. Rpm building isn't automated yet.

This commit is contained in:
Dmitry Maksyoma
2021-02-05 23:49:47 +13:00
parent a6512a7801
commit 90101a7e91
11 changed files with 214 additions and 12 deletions

14
builder/test-rpm Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
set -e
cd "$(dirname "$0")"
. ./os_ver_cli.sh
echo kasmvnctester_${os}:$os_codename
docker build --build-arg \
KASMVNC_PACKAGE_DIR="build" \
-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" \
kasmvnctester_${os}:$os_codename