From 7ae162e173c39298c4d79d9322eb4164c2aca661 Mon Sep 17 00:00:00 2001 From: ibuler Date: Sun, 20 Sep 2026 14:09:13 +0800 Subject: [PATCH 1/2] fix: remove default Chrome and ChromeDriver downloads --- static.sh | 2 -- versions.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/static.sh b/static.sh index edf482d..d87b2e1 100755 --- a/static.sh +++ b/static.sh @@ -24,8 +24,6 @@ fi DOWNLOAD_DIR=/opt/download mkdir -p ${DOWNLOAD_DIR}/applets cd ${DOWNLOAD_DIR}/applets || exit 1 -wget -O chromedriver-${CHROME_DRIVER_VERSION}-win64.zip https://github.com/jumpserver-dev/Chrome-Portable-Win64/releases/download/${CHROME_DRIVER_VERSION}/chromedriver-win64.zip -wget -O chrome-${CHROME_VERSION}-win.zip https://github.com/jumpserver-dev/Chrome-Portable-Win64/releases/download/${CHROME_VERSION}/chrome-win.zip wget -O jumpserver-tinker-python-${PYTHON_VERSION}-win64.zip https://github.com/jumpserver-dev/Python-Embed-Win64/releases/download/${PYTHON_VERSION}/jumpserver-tinker-python-${PYTHON_VERSION}-package-win64.zip wget ${DOWNLOAD_URL}/public/dbeaver-ce-${DBEAVER_VERSION}-x86_64-setup.exe wget ${DOWNLOAD_URL}/public/dbeaver-patch-${DBEAVER_VERSION}-x86_64-setup.msi diff --git a/versions.txt b/versions.txt index 8627055..64c1398 100644 --- a/versions.txt +++ b/versions.txt @@ -3,8 +3,6 @@ # 2. https://github.com/jumpserver/jumpserver/blob/dev/apps/terminal/automations/deploy_applet_host/playbook.yml#L18 PLAY_VERSION=1.1.0-1 PYTHON_VERSION=3.11.11 -CHROME_VERSION=118.0.5993.118 -CHROME_DRIVER_VERSION=118.0.5993.70 DBEAVER_VERSION=22.3.4 MRD_VERSION=10.6.7 OPENSSH_VERSION=v9.4.0.0 From 2765579cccf684c99bdf6467f03b2a0415b9b742 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 20 Sep 2026 06:10:36 +0000 Subject: [PATCH 2/2] perf: Update web static version --- Dockerfile-ee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-ee b/Dockerfile-ee index f3eea6f..64fa58e 100644 --- a/Dockerfile-ee +++ b/Dockerfile-ee @@ -1,5 +1,5 @@ ARG VERSION=dev -FROM jumpserver/web-static:20260916_053751 AS static +FROM jumpserver/web-static:20260920_060938 AS static FROM jumpserver/web:${VERSION}-ce COPY --from=static /opt/ /opt/