Skip to content

Commit ae752eb

Browse files
committed
Increase startup timeout for api container
1 parent a6a71f1 commit ae752eb

5 files changed

Lines changed: 9 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ RUN \
112112
/kasm_release/bin/utils/yq_$(uname -m) -i \
113113
'.services.kasm_api.depends_on = {"db":{"condition": "service_healthy"}}' \
114114
/kasm_release/docker/docker-compose-all.yaml && \
115+
/kasm_release/bin/utils/yq_$(uname -m) -i \
116+
'.services.kasm_api.healthcheck += {"start_period": "60s","start_interval": "30s"}' \
117+
/kasm_release/docker/docker-compose-all.yaml && \
115118
/kasm_release/bin/utils/yq_$(uname -m) -i \
116119
'.services.kasm_rdp_https_gateway.depends_on = {"proxy":{"condition": "service_started"}}' \
117120
/kasm_release/docker/docker-compose-all.yaml && \

Dockerfile.aarch64

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ RUN \
112112
/kasm_release/bin/utils/yq_$(uname -m) -i \
113113
'.services.kasm_api.depends_on = {"db":{"condition": "service_healthy"}}' \
114114
/kasm_release/docker/docker-compose-all.yaml && \
115+
/kasm_release/bin/utils/yq_$(uname -m) -i \
116+
'.services.kasm_api.healthcheck += {"start_period": "60s","start_interval": "30s"}' \
117+
/kasm_release/docker/docker-compose-all.yaml && \
115118
/kasm_release/bin/utils/yq_$(uname -m) -i \
116119
'.services.kasm_rdp_https_gateway.depends_on = {"proxy":{"condition": "service_started"},"rdp_gateway":{"condition": "service_healthy"}}' \
117120
/kasm_release/docker/docker-compose-all.yaml && \

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pipeline {
3030
PR_DOCKERHUB_IMAGE = 'lspipepr/kasm'
3131
DIST_IMAGE = 'ubuntu'
3232
MULTIARCH='true'
33-
CI='false'
33+
CI='true'
3434
CI_WEB='false'
3535
CI_PORT='3000'
3636
CI_SSL='true'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Find us at:
3535
[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/kasm.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/kasm)
3636
[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/kasm.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/kasm)
3737
[![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-kasm%2Fjob%2Fmaster%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-kasm/job/master/)
38+
[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Fkasm%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/kasm/latest/index.html)
3839

3940
[Kasm](https://www.kasmweb.com/?utm_campaign=LinuxServer&utm_source=listing) Workspaces is a docker container streaming platform for delivering browser-based access to desktops, applications, and web services. Kasm uses devops-enabled Containerized Desktop Infrastructure (CDI) to create on-demand, disposable, docker containers that are accessible via web browser. Example use-cases include Remote Browser Isolation (RBI), Data Loss Prevention (DLP), Desktop as a Service (DaaS), Secure Remote Access Services (RAS), and Open Source Intelligence (OSINT) collections.
4041

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repo_vars:
1919
- PR_DOCKERHUB_IMAGE = 'lspipepr/kasm'
2020
- DIST_IMAGE = 'ubuntu'
2121
- MULTIARCH='true'
22-
- CI='false'
22+
- CI='true'
2323
- CI_WEB='false'
2424
- CI_PORT='3000'
2525
- CI_SSL='true'

0 commit comments

Comments
 (0)