mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-21 23:13:08 +01:00
KASM-6547 bump the tester image
This commit is contained in:
parent
41de61b6c6
commit
6f3c99150c
@ -191,7 +191,7 @@ ssh \
|
|||||||
ready_check
|
ready_check
|
||||||
|
|
||||||
# Pull tester image
|
# Pull tester image
|
||||||
docker pull ${ORG_NAME}/kasm-tester:1.15.0
|
docker pull ${ORG_NAME}/kasm-tester:1.16.0
|
||||||
|
|
||||||
# Run test
|
# Run test
|
||||||
cp /root/.ssh/id_rsa $(dirname ${CI_PROJECT_DIR})/sshkey
|
cp /root/.ssh/id_rsa $(dirname ${CI_PROJECT_DIR})/sshkey
|
||||||
@ -213,7 +213,7 @@ docker run --rm \
|
|||||||
-e REPO=workspaces-core-images \
|
-e REPO=workspaces-core-images \
|
||||||
-e AUTOMATED=true \
|
-e AUTOMATED=true \
|
||||||
-v $(dirname ${CI_PROJECT_DIR})/sshkey:/sshkey:ro ${SLIM_FLAG} \
|
-v $(dirname ${CI_PROJECT_DIR})/sshkey:/sshkey:ro ${SLIM_FLAG} \
|
||||||
kasmweb/kasm-tester:1.15.0
|
kasmweb/kasm-tester:1.16.0
|
||||||
|
|
||||||
# Shutdown Instances
|
# Shutdown Instances
|
||||||
turnoff
|
turnoff
|
||||||
|
Loading…
Reference in New Issue
Block a user