mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:16 +00:00
Merge branch 'feature/QA-213_update_kasm_test_for_1.18.0' into 'release/1.18.0'
QA-213 update kasm for 1.18.0 See merge request kasm-technologies/internal/workspaces-images!381
This commit is contained in:
commit
ae07698b19
3 changed files with 9 additions and 5 deletions
|
|
@ -10,9 +10,11 @@ stages:
|
|||
variables:
|
||||
BASE_TAG: "develop"
|
||||
USE_PRIVATE_IMAGES: 0
|
||||
KASM_RELEASE: "1.17.0"
|
||||
TEST_INSTALLER: "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.17.0.bbc15c.tar.gz"
|
||||
KASM_RELEASE: "1.18.0"
|
||||
TEST_INSTALLER: "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.18.0.09f70a.tar.gz"
|
||||
MIRROR_ORG_NAME: "kasmtech"
|
||||
default:
|
||||
retry: 2
|
||||
before_script:
|
||||
- export SANITIZED_BRANCH="$(echo $CI_COMMIT_REF_NAME | sed -r 's#^release/##' | sed 's/\//_/g')"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
############
|
||||
# Settings #
|
||||
############
|
||||
image: docker:24.0.6
|
||||
image: docker:28.0.0
|
||||
services:
|
||||
- docker:24.0.6-dind
|
||||
- docker:28.0.0-dind
|
||||
stages:
|
||||
- readme
|
||||
- revert
|
||||
|
|
@ -18,6 +18,8 @@ variables:
|
|||
DOCKER_TLS_CERTDIR: ""
|
||||
TEST_INSTALLER: "{{ TEST_INSTALLER }}"
|
||||
MIRROR_ORG_NAME: "{{ MIRROR_ORG_NAME }}"
|
||||
default:
|
||||
retry: 2
|
||||
before_script:
|
||||
- docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_PASSWORD
|
||||
- if [ "$CI_COMMIT_REF_PROTECTED" == "true" ]; then docker login --username $QUAY_USERNAME --password $QUAY_PASSWORD quay.io; fi
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
set -ex
|
||||
|
||||
if [ -f /usr/bin/dnf ]; then
|
||||
dnf install -y vlc git tmux xz glibc-locale-source glibc-langpack-en
|
||||
dnf install -y --nobest vlc git tmux xz glibc-locale-source glibc-langpack-en
|
||||
if [ -z ${SKIP_CLEAN+x} ]; then
|
||||
dnf clean all
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue