File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG VERSION=dev
22FROM jumpserver/lina:${VERSION} AS lina
33FROM jumpserver/luna:${VERSION} AS luna
44
5- FROM jumpserver/ nginx:1.24-bullseye
5+ FROM nginx:1.29-trixie
66ARG TARGETARCH
77
88ARG CHECK_VERSION=v1.0.5
@@ -17,7 +17,7 @@ ARG TOOLS=" \
1717
1818RUN 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 \
Original file line number Diff line number Diff line change 11ARG VERSION=dev
2- FROM jumpserver/web-static:20250916_103824 AS static
2+ FROM jumpserver/web-static:20251120_103310 AS static
33FROM jumpserver/web:${VERSION}-ce
44
55COPY --from=static /opt/ /opt/
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -34,10 +34,17 @@ wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER
3434wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION} /JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION} .exe
3535wget 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+ )
3946for 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} "
4148done
4249
4350for arch in x64 arm64; do
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ OPENSSH_VERSION=v9.4.0.0
1111MONGOSH_VERSION=2.2.12
1212TINKER_VERSION=v0.2.2
1313VIDEO_PLAYER_VERSION=0.6.0
14- CLIENT_VERSION=v3 .0.7
14+ CLIENT_VERSION=4 .0.0
You can’t perform that action at this time.
0 commit comments