KASM-7137 Update tag and build

This commit is contained in:
Richard Koliser 2025-04-21 09:25:40 -04:00
parent ae095aebf7
commit 3f43399496
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ stages:
variables:
BASE_TAG: "develop"
USE_PRIVATE_IMAGES: 0
KASM_RELEASE: "1.16.0"
TEST_INSTALLER: "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.16.0.a1d5b7.tar.gz"
KASM_RELEASE: "1.17.0"
TEST_INSTALLER: "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.17.0.bbc15c.tar.gz"
MIRROR_ORG_NAME: "kasmtech"
before_script:
- export SANITIZED_BRANCH="$(echo $CI_COMMIT_REF_NAME | sed -r 's#^release/##' | sed 's/\//_/g')"

View File

@ -188,7 +188,7 @@ ssh \
ready_check
# Pull tester image
docker pull ${ORG_NAME}/kasm-tester:1.16.0
docker pull ${ORG_NAME}/kasm-tester:1.17.0
# Run test
cp /root/.ssh/id_rsa $(dirname ${CI_PROJECT_DIR})/sshkey
@ -210,7 +210,7 @@ docker run --rm \
-e REPO=workspaces-images \
-e AUTOMATED=true \
-v $(dirname ${CI_PROJECT_DIR})/sshkey:/sshkey:ro ${SLIM_FLAG} \
kasmweb/kasm-tester:1.16.0
kasmweb/kasm-tester:1.17.0
# Shutdown Instances
turnoff