Deb/rpm: change test user password to "foobar"

kasmvncpasswd validates password, so "bar" would be too short.
This commit is contained in:
Dmitry Maksyoma
2021-02-28 20:48:17 +13:00
parent 489c68f7cc
commit 7a1c1edeb4
4 changed files with 5 additions and 4 deletions

View File

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