Skip to content

Commit

Permalink
feat: Update v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fit2bot committed Aug 15, 2024
1 parent cb305a7 commit 8d61dd6
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ vi .env
```
```vim
# 版本号可以自己根据项目的版本修改
VERSION=v4.0.2
VERSION=v4.1.0
# 构建参数, 支持 amd64, arm64, ppc64le, s390x
TARGETARCH=amd64
Expand Down Expand Up @@ -141,7 +141,7 @@ vi .env
```
```vim
# 版本号可以自己根据项目的版本修改
VERSION=v4.0.2
VERSION=v4.1.0
# 构建参数, 支持 amd64, arm64, ppc64le, s390x
TARGETARCH=amd64
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ vi .env
```
```vim
# You can modify the version number according to the project version
VERSION=v4.0.2
VERSION=v4.1.0
# Build parameters, support amd64, arm64, ppc64le, s390x
TARGETARCH=amd64
Expand Down Expand Up @@ -140,7 +140,7 @@ vi .env
```
```vim
# The version number can be modified according to the version of the project
VERSION=v4.0.2
VERSION=v4.1.0
# Build parameters, support amd64, arm64, ppc64le, s390x
TARGETARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion allinone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redis:7.0-bookworm AS redis
FROM jumpserver/guacd:1.5.5-bookworm AS guacd
FROM jumpserver/jms_core:v4.0.2
FROM jumpserver/jms_core:v4.1.0
ARG TARGETARCH

ARG TOOLS=" \
Expand Down
6 changes: 3 additions & 3 deletions allinone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ docker run --name jms_all -d \
-v /opt/jumpserver/chen/data:/opt/chen/data \
-v /opt/jumpserver/web/data/logs:/var/log/nginx \
-v /opt/jumpserver/web/data/download:/opt/download \
jumpserver/jms_all:v4.0.2
jumpserver/jms_all:v4.1.0
```

**升级**
Expand All @@ -107,7 +107,7 @@ mysqldump -h$DB_HOST -p$DB_PORT -u$DB_USER -p$DB_PASSWORD $DB_NAME > /opt/jumpse
# 例: mysqldump -h192.168.100.11 -p3306 -ujumpserver -pnu4x599Wq7u0Bn8EABh3J91G jumpserver > /opt/jumpserver-v2.12.0.sql

# 拉取新版本镜像
docker pull jumpserver/jms_all:v4.0.2
docker pull jumpserver/jms_all:v4.1.0

# 删掉旧版本容器
docker rm jms_all
Expand Down Expand Up @@ -135,7 +135,7 @@ docker run --name jms_all -d \
-v /opt/jumpserver/chen/data:/opt/chen/data \
-v /opt/jumpserver/web/data/logs:/var/log/nginx \
-v /opt/jumpserver/web/data/download:/opt/download \
jumpserver/jms_all:v4.0.2
jumpserver/jms_all:v4.1.0
```

**初始账号**
Expand Down
4 changes: 2 additions & 2 deletions chen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN set -e \

WORKDIR /opt/chen

ARG VERSION=v4.0.2
ARG VERSION=v4.1.0
ENV VERSION=${VERSION}

RUN set -e \
Expand Down Expand Up @@ -69,7 +69,7 @@ COPY --from=stage-1 /opt/chen /opt/chen

WORKDIR /opt/chen

ARG VERSION=v4.0.2
ARG VERSION=v4.1.0
ENV VERSION=${VERSION}

VOLUME /opt/chen/data
Expand Down
2 changes: 1 addition & 1 deletion config_example.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 版本号可以自己根据项目的版本修改
VERSION=v4.0.2
VERSION=v4.1.0

# 构建参数, 支持 amd64, arm64, ppc64le, s390x
TARGETARCH=amd64
Expand Down
4 changes: 2 additions & 2 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -e \
&& chmod 755 /usr/local/bin/check \
&& rm -f /opt/*.tar.gz

ARG VERSION=v4.0.2
ARG VERSION=v4.1.0
ENV VERSION=$VERSION

RUN set -e \
Expand Down Expand Up @@ -134,7 +134,7 @@ COPY --from=stage-1 /opt/jumpserver/apps/libs/ansible/ansible.cfg /etc/ansible/

WORKDIR /opt/jumpserver

ARG VERSION=v4.0.2
ARG VERSION=v4.1.0
ENV VERSION=${VERSION}

VOLUME /opt/jumpserver/data
Expand Down
4 changes: 2 additions & 2 deletions koko/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN set -e \

WORKDIR /opt/koko

ARG VERSION=v4.0.2
ARG VERSION=v4.1.0
ENV VERSION=${VERSION}

RUN set -e \
Expand Down Expand Up @@ -124,7 +124,7 @@ COPY --from=stage-2 /opt/kubectl-aliases /opt/kubectl-aliases

WORKDIR /opt/koko

ARG VERSION=v4.0.2
ARG VERSION=v4.1.0
ENV VERSION=${VERSION}

VOLUME /opt/koko/data
Expand Down
4 changes: 2 additions & 2 deletions lion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN set -e \

WORKDIR /opt/lion

ARG VERSION=v4.0.2
ARG VERSION=v4.1.0
ENV VERSION=${VERSION}

RUN set -e \
Expand Down Expand Up @@ -69,7 +69,7 @@ COPY --from=stage-1 /opt/lion /opt/lion

WORKDIR /opt/lion

ARG VERSION=v4.0.2
ARG VERSION=v4.1.0
ENV VERSION=${VERSION}

VOLUME /opt/lion/data
Expand Down
4 changes: 2 additions & 2 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN set -e \
&& chmod 755 /usr/local/bin/check \
&& rm -f /opt/*.tar.gz

ARG VERSION=v4.0.2
ARG VERSION=v4.1.0
ENV VERSION=${VERSION}

RUN set -e \
Expand Down Expand Up @@ -70,7 +70,7 @@ COPY web/nginx.conf /etc/nginx/

WORKDIR /opt

ARG VERSION=v4.0.2
ARG VERSION=v4.1.0
ENV VERSION=${VERSION}

VOLUME /opt/download
Expand Down

0 comments on commit 8d61dd6

Please sign in to comment.