mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-26 06:51:45 +02:00
Merge branch 'feature/KASM-5031-fixed-runners' into 'develop'
Resolve KASM-5031 "Feature/ fixed runners" Closes KASM-5031 See merge request kasm-technologies/internal/workspaces-core-images!143
This commit is contained in:
commit
b1c06a853b
@ -1,9 +1,9 @@
|
|||||||
############
|
############
|
||||||
# Settings #
|
# Settings #
|
||||||
############
|
############
|
||||||
image: docker
|
image: docker:24.0.6
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:24.0.6-dind
|
||||||
stages:
|
stages:
|
||||||
- readme
|
- readme
|
||||||
- revert
|
- revert
|
||||||
@ -11,6 +11,8 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- manifest
|
- manifest
|
||||||
variables:
|
variables:
|
||||||
|
DOCKER_HOST: tcp://docker:2375
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
DOCKER_AUTH_CONFIG: ${_DOCKER_AUTH_CONFIG}
|
DOCKER_AUTH_CONFIG: ${_DOCKER_AUTH_CONFIG}
|
||||||
KASM_RELEASE: "1.14.0"
|
KASM_RELEASE: "1.14.0"
|
||||||
TEST_INSTALLER: "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.14.0.7f3582.tar.gz"
|
TEST_INSTALLER: "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.14.0.7f3582.tar.gz"
|
||||||
@ -66,7 +68,7 @@ build_multi_containers:
|
|||||||
retry: 1
|
retry: 1
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- TAG: [ aws-autoscale, aws-autoscale-arm64 ]
|
- TAG: [ oci-fixed-amd, oci-fixed-arm ]
|
||||||
BUILD_META: *MULTI_ARCH_BUILDS
|
BUILD_META: *MULTI_ARCH_BUILDS
|
||||||
|
|
||||||
build_single_containers:
|
build_single_containers:
|
||||||
@ -81,7 +83,7 @@ build_single_containers:
|
|||||||
- $DOCKERHUB_REVERT
|
- $DOCKERHUB_REVERT
|
||||||
- $REVERT_IS_ROLLING
|
- $REVERT_IS_ROLLING
|
||||||
tags:
|
tags:
|
||||||
- aws-autoscale
|
- oci-fixed-amd
|
||||||
retry: 1
|
retry: 1
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
@ -103,7 +105,7 @@ test_multi:
|
|||||||
- $DOCKERHUB_REVERT
|
- $DOCKERHUB_REVERT
|
||||||
- $REVERT_IS_ROLLING
|
- $REVERT_IS_ROLLING
|
||||||
tags:
|
tags:
|
||||||
- aws-autoscale-nano
|
- oci-fixed-amd
|
||||||
retry: 1
|
retry: 1
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
@ -123,7 +125,7 @@ test_single:
|
|||||||
- $DOCKERHUB_REVERT
|
- $DOCKERHUB_REVERT
|
||||||
- $REVERT_IS_ROLLING
|
- $REVERT_IS_ROLLING
|
||||||
tags:
|
tags:
|
||||||
- aws-autoscale-nano
|
- oci-fixed-amd
|
||||||
retry: 1
|
retry: 1
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
@ -145,7 +147,7 @@ manifest_multi:
|
|||||||
- $DOCKERHUB_REVERT
|
- $DOCKERHUB_REVERT
|
||||||
- $REVERT_IS_ROLLING
|
- $REVERT_IS_ROLLING
|
||||||
tags:
|
tags:
|
||||||
- aws-autoscale-nano
|
- oci-fixed-amd
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- BUILD_META: *MULTI_ARCH_BUILDS
|
- BUILD_META: *MULTI_ARCH_BUILDS
|
||||||
@ -163,7 +165,7 @@ manifest_single:
|
|||||||
- $DOCKERHUB_REVERT
|
- $DOCKERHUB_REVERT
|
||||||
- $REVERT_IS_ROLLING
|
- $REVERT_IS_ROLLING
|
||||||
tags:
|
tags:
|
||||||
- aws-autoscale-nano
|
- oci-fixed-amd
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- BUILD_META: *SINGLE_ARCH_BUILDS
|
- BUILD_META: *SINGLE_ARCH_BUILDS
|
||||||
@ -183,7 +185,7 @@ update_readmes_multi:
|
|||||||
- $README_USERNAME
|
- $README_USERNAME
|
||||||
- $README_PASSWORD
|
- $README_PASSWORD
|
||||||
tags:
|
tags:
|
||||||
- aws-autoscale-nano
|
- oci-fixed-amd
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- BUILD_META: *MULTI_ARCH_BUILDS
|
- BUILD_META: *MULTI_ARCH_BUILDS
|
||||||
@ -198,7 +200,7 @@ update_readmes_single:
|
|||||||
- $README_USERNAME
|
- $README_USERNAME
|
||||||
- $README_PASSWORD
|
- $README_PASSWORD
|
||||||
tags:
|
tags:
|
||||||
- aws-autoscale-nano
|
- oci-fixed-amd
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- BUILD_META: *SINGLE_ARCH_BUILDS
|
- BUILD_META: *SINGLE_ARCH_BUILDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user