Skip to content

Commit

Permalink
perf: 修改registry的url
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler authored and BaiJiangJie committed Jul 20, 2021
1 parent df94123 commit 9531576
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions compose/docker-compose-xpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- xpack

xpack:
image: registry.jumpserver.org/jumpserver/xpack:${VERSION}
image: registry.fit2cloud.com/jumpserver/xpack:${VERSION}
container_name: jms_xpack
restart: always
volumes:
Expand All @@ -28,7 +28,7 @@ services:
- net

omnidb:
image: registry.jumpserver.org/jumpserver/omnidb:${VERSION}
image: registry.fit2cloud.com/jumpserver/omnidb:${VERSION}
container_name: jms_omnidb
env_file:
- ${CONFIG_FILE}
Expand All @@ -48,7 +48,7 @@ services:
- net

xrdp:
image: registry.jumpserver.org/jumpserver/xrdp:${VERSION}
image: registry.fit2cloud.com/jumpserver/xrdp:${VERSION}
container_name: jms_xrdp
env_file:
- ${CONFIG_FILE}
Expand Down
6 changes: 3 additions & 3 deletions scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ function get_images() {
echo "${image}"
done
if [[ "${scope}" == "all" ]]; then
echo "registry.jumpserver.org/jumpserver/xpack:${VERSION}"
echo "registry.jumpserver.org/jumpserver/omnidb:${VERSION}"
echo "registry.jumpserver.org/jumpserver/xrdp:${VERSION}"
echo "registry.fit2cloud.com/jumpserver/xpack:${VERSION}"
echo "registry.fit2cloud.com/jumpserver/omnidb:${VERSION}"
echo "registry.fit2cloud.com/jumpserver/xrdp:${VERSION}"
fi
}

Expand Down

0 comments on commit 9531576

Please sign in to comment.