From 6783b0400a088b97fca79faaee1d26b50269c300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Mon, 4 Dec 2023 16:00:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20player?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ccc6e59..d10c9f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,13 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=web \ && rm -rf /var/lib/apt/lists/* ARG DOWNLOAD_URL=https://download.jumpserver.org +ARG PLAY_VERSION=1.1.0-1 + +WORKDIR /opt/player +RUN set -ex \ + && wget -q ${DOWNLOAD_URL}/public/glyptodon-enterprise-player-${PLAY_VERSION}.tar.gz \ + && tar -xf glyptodon-enterprise-player-${PLAY_VERSION}.tar.gz -C /opt/player --strip-components 1 \ + && rm -f glyptodon-enterprise-player-${PLAY_VERSION}.tar.gz WORKDIR /opt/download/applets diff --git a/VERSION b/VERSION index b482243..13637f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.0.2 \ No newline at end of file +v1.0.3 \ No newline at end of file