Skip to content

Commit 150f41b

Browse files
feat: 更新 web-static 版本
1 parent 8d61dd6 commit 150f41b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

allinone/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN set -ex \
2222

2323
WORKDIR /opt
2424

25-
ARG WISP_VERSION=v0.1.22
25+
ARG WISP_VERSION=v0.2.0
2626
RUN set -ex \
2727
&& wget https://github.com/jumpserver/wisp/releases/download/${WISP_VERSION}/wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz \
2828
&& tar -xf wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ --strip-components=1 \
@@ -127,9 +127,9 @@ RUN set -ex \
127127
&& rm -f /opt/*.tar.gz
128128

129129
RUN set -ex \
130-
&& STATIC_VERSION=$(curl -sSL https://github.com/jumpserver/web-static/raw/v3/VERSION) \
131-
&& wget -O /opt/prepare.sh https://github.com/jumpserver/web-static/raw/${STATIC_VERSION}/prepare.sh \
132-
&& chown root:root /opt/prepare.sh \
130+
&& wget https://github.com/jumpserver/docker-web/raw/${VERSION}/prepare.sh \
131+
&& wget https://github.com/jumpserver/docker-web/raw/${VERSION}/versions.txt \
132+
&& chown root:root prepare.sh versions.txt \
133133
&& chmod 755 /opt/prepare.sh
134134

135135
COPY readme.txt readme.txt

chen/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -e \
2424
&& chmod 755 /usr/local/bin/check \
2525
&& rm -f /opt/*.tar.gz
2626

27-
ARG WISP_VERSION=v0.1.22
27+
ARG WISP_VERSION=v0.2.0
2828
RUN set -e \
2929
&& wget --quiet https://github.com/jumpserver/wisp/releases/download/${WISP_VERSION}/wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz \
3030
&& tar -xf wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ --strip-components=1 \

koko/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN set -e \
2525
&& chmod 755 /usr/local/bin/check \
2626
&& rm -f /opt/*.tar.gz
2727

28-
ARG WISP_VERSION=v0.1.22
28+
ARG WISP_VERSION=v0.2.0
2929
RUN set -e \
3030
&& wget --quiet https://github.com/jumpserver/wisp/releases/download/${WISP_VERSION}/wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz \
3131
&& tar -xf wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ --strip-components=1 \

lion/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -e \
2424
&& chmod 755 /usr/local/bin/check \
2525
&& rm -f /opt/*.tar.gz
2626

27-
ARG WISP_VERSION=v0.1.22
27+
ARG WISP_VERSION=v0.2.0
2828
RUN set -e \
2929
&& wget --quiet https://github.com/jumpserver/wisp/releases/download/${WISP_VERSION}/wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz \
3030
&& tar -xf wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ --strip-components=1 \

web/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ RUN set -e \
3737
&& rm -f /opt/*.tar.gz
3838

3939
RUN set -e \
40-
&& STATIC_VERSION=$(curl -sSL https://github.com/jumpserver/web-static/raw/v3/VERSION) \
41-
&& wget -O /opt/prepare.sh https://github.com/jumpserver/web-static/raw/${STATIC_VERSION}/prepare.sh \
42-
&& chown root:root /opt/prepare.sh \
40+
&& wget --quiet https://github.com/jumpserver/docker-web/raw/${VERSION}/prepare.sh \
41+
&& wget --quiet https://github.com/jumpserver/docker-web/raw/${VERSION}/versions.txt \
42+
&& chown root:root prepare.sh versions.txt \
4343
&& chmod 755 /opt/prepare.sh
4444

4545
COPY web/entrypoint.sh .

0 commit comments

Comments
 (0)