From 01ef87788c25912f783db4bdcce614a9ef800f3a Mon Sep 17 00:00:00 2001 From: lettimepassby <86416409@qq.com> Date: Mon, 21 Sep 2026 16:24:03 +0800 Subject: [PATCH 1/2] perf: replace DBeaver with DBX in static assets --- static.sh | 3 +-- versions.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/static.sh b/static.sh index d87b2e1..b132f07 100755 --- a/static.sh +++ b/static.sh @@ -25,8 +25,7 @@ DOWNLOAD_DIR=/opt/download mkdir -p ${DOWNLOAD_DIR}/applets cd ${DOWNLOAD_DIR}/applets || exit 1 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 +wget ${DOWNLOAD_URL}/download/applets/DBX-${DBX_VERSION}-windows-x64.zip wget ${DOWNLOAD_URL}/public/Tinker_Installer_${TINKER_VERSION}.exe mkdir -p ${DOWNLOAD_DIR}/public diff --git a/versions.txt b/versions.txt index 64c1398..e73a291 100644 --- a/versions.txt +++ b/versions.txt @@ -3,7 +3,7 @@ # 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 -DBEAVER_VERSION=22.3.4 +DBX_VERSION=0.6.17-agents-0.2.114 MRD_VERSION=10.6.7 OPENSSH_VERSION=v9.4.0.0 MONGOSH_VERSION=2.2.12 From c1c6227436c2faabad60984c9af661de3bfe7f78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Sep 2026 08:35:04 +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 64fa58e..db4f5b8 100644 --- a/Dockerfile-ee +++ b/Dockerfile-ee @@ -1,5 +1,5 @@ ARG VERSION=dev -FROM jumpserver/web-static:20260920_060938 AS static +FROM jumpserver/web-static:20260921_083416 AS static FROM jumpserver/web:${VERSION}-ce COPY --from=static /opt/ /opt/