Skip to content

Commit c68688c

Browse files
authored
Merge pull request #304 from jumpserver/dev
v4.10.13-lts
2 parents 23c8d9f + b509b79 commit c68688c

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG VERSION=dev
22
FROM jumpserver/lina:${VERSION} AS lina
33
FROM jumpserver/luna:${VERSION} AS luna
44

5-
FROM jumpserver/nginx:1.24-bullseye
5+
FROM nginx:1.29-trixie
66
ARG TARGETARCH
77

88
ARG CHECK_VERSION=v1.0.5
@@ -17,7 +17,7 @@ ARG TOOLS=" \
1717

1818
RUN set -ex \
1919
&& rm -f /etc/apt/apt.conf.d/docker-clean \
20-
&& sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list \
20+
&& sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list.d/debian.sources\
2121
&& apt-get update > /dev/null \
2222
&& apt-get -y install --no-install-recommends ${TOOLS} \
2323
&& apt-get clean \

Dockerfile-ee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG VERSION=dev
2-
FROM jumpserver/web-static:20250916_103824 AS static
2+
FROM jumpserver/web-static:20251120_103310 AS static
33
FROM jumpserver/web:${VERSION}-ce
44

55
COPY --from=static /opt/ /opt/

Dockerfile-nginx

Lines changed: 0 additions & 7 deletions
This file was deleted.

prepare.sh

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,17 @@ wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER
3434
wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION}/JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION}.exe
3535
wget https://github.com/PowerShell/Win32-OpenSSH/releases/download/${OPENSSH_VERSION}p1-Beta/OpenSSH-Win64-${OPENSSH_VERSION}.msi
3636

37-
clients=("win-${CLIENT_VERSION}-x64.exe" "win-${CLIENT_VERSION}-x64.msi" "mac-${CLIENT_VERSION}-x64.dmg" "mac-${CLIENT_VERSION}-arm64.dmg"
38-
"linux-${CLIENT_VERSION}-amd64.deb" "linux-${CLIENT_VERSION}-arm64.deb")
37+
clients=(
38+
"JumpServerClient_${CLIENT_VERSION}_x64_en-US.msi"
39+
"JumpServerClient_${CLIENT_VERSION}_x64-setup.exe"
40+
"JumpServerClient_${CLIENT_VERSION}_aarch64.dmg"
41+
"JumpServerClient_${CLIENT_VERSION}_x64.dmg"
42+
"JumpServerClient_${CLIENT_VERSION}_amd64.AppImage"
43+
"JumpServerClient_${CLIENT_VERSION}_amd64.deb"
44+
"JumpServerClient-${CLIENT_VERSION}-1.x86_64.rpm"
45+
)
3946
for client in "${clients[@]}"; do
40-
wget "https://github.com/jumpserver/clients/releases/download/${CLIENT_VERSION}/JumpServer-Client-Installer-${client}"
47+
wget "https://github.com/jumpserver/clients/releases/download/v${CLIENT_VERSION}/${client}"
4148
done
4249

4350
for arch in x64 arm64; do

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ OPENSSH_VERSION=v9.4.0.0
1111
MONGOSH_VERSION=2.2.12
1212
TINKER_VERSION=v0.2.2
1313
VIDEO_PLAYER_VERSION=0.6.0
14-
CLIENT_VERSION=v3.0.7
14+
CLIENT_VERSION=4.0.0

0 commit comments

Comments
 (0)