mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Enhancements to Script Variables and Logic in OpenIM, Including dig Detection and Mongo Startup Checks (#1696)
* update openim and optimize openim docs and dig check Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim and optimize openim docs and dig check Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim and optimize openim docs and dig check Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * fix openim config mongo passwd env Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: sava openim cicd Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> * feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> --------- Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
c241f5bea1
commit
f27b1e43f5
130
.github/workflows/docker-buildx.yml
vendored
130
.github/workflows/docker-buildx.yml
vendored
@ -106,6 +106,16 @@ jobs:
|
|||||||
ghcr.io/openimsdk/openim-api
|
ghcr.io/openimsdk/openim-api
|
||||||
openim/openim-api
|
openim/openim-api
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-api
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-api
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=schedule
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-api
|
- name: Build and push Docker image for openim-api
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -127,6 +137,16 @@ jobs:
|
|||||||
ghcr.io/openimsdk/openim-cmdutils
|
ghcr.io/openimsdk/openim-cmdutils
|
||||||
openim/openim-cmdutils
|
openim/openim-cmdutils
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-cmdutils
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-cmdutils
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=schedule
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-cmdutils
|
- name: Build and push Docker image for openim-cmdutils
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -148,6 +168,16 @@ jobs:
|
|||||||
ghcr.io/openimsdk/openim-crontask
|
ghcr.io/openimsdk/openim-crontask
|
||||||
openim/openim-crontask
|
openim/openim-crontask
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-crontask
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-crontask
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=schedule
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-crontask
|
- name: Build and push Docker image for openim-crontask
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -169,6 +199,16 @@ jobs:
|
|||||||
ghcr.io/openimsdk/openim-msggateway
|
ghcr.io/openimsdk/openim-msggateway
|
||||||
openim/openim-msggateway
|
openim/openim-msggateway
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-msggateway
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-msggateway
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=schedule
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-msggateway
|
- name: Build and push Docker image for openim-msggateway
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -190,6 +230,16 @@ jobs:
|
|||||||
ghcr.io/openimsdk/openim-msgtransfer
|
ghcr.io/openimsdk/openim-msgtransfer
|
||||||
openim/openim-msgtransfer
|
openim/openim-msgtransfer
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-msgtransfer
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-msgtransfer
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=schedule
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-msgtransfer
|
- name: Build and push Docker image for openim-msgtransfer
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -211,6 +261,16 @@ jobs:
|
|||||||
ghcr.io/openimsdk/openim-push
|
ghcr.io/openimsdk/openim-push
|
||||||
openim/openim-push
|
openim/openim-push
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-push
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-push
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=schedule
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-push
|
- name: Build and push Docker image for openim-push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -232,6 +292,16 @@ jobs:
|
|||||||
ghcr.io/openimsdk/openim-rpc-auth
|
ghcr.io/openimsdk/openim-rpc-auth
|
||||||
openim/openim-rpc-auth
|
openim/openim-rpc-auth
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-auth
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-auth
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=schedule
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-auth
|
- name: Build and push Docker image for openim-rpc-auth
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -253,6 +323,16 @@ jobs:
|
|||||||
ghcr.io/openimsdk/openim-rpc-conversation
|
ghcr.io/openimsdk/openim-rpc-conversation
|
||||||
openim/openim-rpc-conversation
|
openim/openim-rpc-conversation
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-conversation
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-conversation
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=schedule
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-conversation
|
- name: Build and push Docker image for openim-rpc-conversation
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -274,6 +354,16 @@ jobs:
|
|||||||
ghcr.io/openimsdk/openim-rpc-friend
|
ghcr.io/openimsdk/openim-rpc-friend
|
||||||
openim/openim-rpc-friend
|
openim/openim-rpc-friend
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-friend
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-friend
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=schedule
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-friend
|
- name: Build and push Docker image for openim-rpc-friend
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -295,6 +385,16 @@ jobs:
|
|||||||
ghcr.io/openimsdk/openim-rpc-group
|
ghcr.io/openimsdk/openim-rpc-group
|
||||||
openim/openim-rpc-group
|
openim/openim-rpc-group
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-group
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-group
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=schedule
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-group
|
- name: Build and push Docker image for openim-rpc-group
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -316,6 +416,16 @@ jobs:
|
|||||||
ghcr.io/openimsdk/openim-rpc-msg
|
ghcr.io/openimsdk/openim-rpc-msg
|
||||||
openim/openim-rpc-msg
|
openim/openim-rpc-msg
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-msg
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-msg
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=schedule
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-msg
|
- name: Build and push Docker image for openim-rpc-msg
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -337,6 +447,16 @@ jobs:
|
|||||||
ghcr.io/openimsdk/openim-rpc-third
|
ghcr.io/openimsdk/openim-rpc-third
|
||||||
openim/openim-rpc-third
|
openim/openim-rpc-third
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-third
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-third
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=schedule
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-third
|
- name: Build and push Docker image for openim-rpc-third
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -358,6 +478,16 @@ jobs:
|
|||||||
ghcr.io/openimsdk/openim-rpc-user
|
ghcr.io/openimsdk/openim-rpc-user
|
||||||
openim/openim-rpc-user
|
openim/openim-rpc-user
|
||||||
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-user
|
registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-user
|
||||||
|
tags: |
|
||||||
|
type=ref,event=tag
|
||||||
|
type=schedule
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern=v{{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-user
|
- name: Build and push Docker image for openim-rpc-user
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
37
.github/workflows/e2e-test.yml
vendored
37
.github/workflows/e2e-test.yml
vendored
@ -92,11 +92,40 @@ jobs:
|
|||||||
|
|
||||||
- name: Exec OpenIM API test
|
- name: Exec OpenIM API test
|
||||||
run: |
|
run: |
|
||||||
sudo make test-api
|
touch /tmp/test.md
|
||||||
|
echo "# OpenIM Test" >> /tmp/test.md
|
||||||
- name: Exec OpenIM E2E test
|
echo "## OpenIM API Test" >> /tmp/test.md
|
||||||
|
echo "<details><summary>Command Output for OpenIM API Test</summary>" >> /tmp/test.md
|
||||||
|
echo "<pre><code>" >> /tmp/test.md
|
||||||
|
sudo make test-api | tee -a /tmp/test.md
|
||||||
|
echo "</code></pre>" >> /tmp/test.md
|
||||||
|
echo "</details>" >> /tmp/test.md
|
||||||
|
|
||||||
|
- name: Exec OpenIM E2E Test
|
||||||
run: |
|
run: |
|
||||||
sudo make test-e2e
|
echo "" >> /tmp/test.md
|
||||||
|
echo "## OpenIM E2E Test" >> /tmp/test.md
|
||||||
|
echo "<details><summary>Command Output for OpenIM E2E Test</summary>" >> /tmp/test.md
|
||||||
|
echo "<pre><code>" >> /tmp/test.md
|
||||||
|
sudo make test-e2e | tee -a /tmp/test.md
|
||||||
|
echo "</code></pre>" >> /tmp/test.md
|
||||||
|
echo "</details>" >> /tmp/test.md
|
||||||
|
|
||||||
|
- name: Comment PR with file
|
||||||
|
uses: thollander/actions-comment-pull-request@v2
|
||||||
|
with:
|
||||||
|
filePath: /tmp/test.md
|
||||||
|
comment_tag: nrt_file
|
||||||
|
reactions: eyes, rocket
|
||||||
|
mode: recreate
|
||||||
|
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
|
- name: Check outputs
|
||||||
|
run: |
|
||||||
|
echo "id : ${{ steps.nrt_message.outputs.id }}"
|
||||||
|
echo "body : ${{ steps.nrt_message.outputs.body }}"
|
||||||
|
echo "html_url : ${{ steps.nrt_message.outputs.html_url }}"
|
||||||
|
|
||||||
- name: Exec OpenIM System uninstall
|
- name: Exec OpenIM System uninstall
|
||||||
run: |
|
run: |
|
||||||
|
60
.github/workflows/openimci.yml
vendored
60
.github/workflows/openimci.yml
vendored
@ -36,21 +36,19 @@ env:
|
|||||||
GO_VERSION: "1.19"
|
GO_VERSION: "1.19"
|
||||||
GOLANGCI_VERSION: "v1.50.1"
|
GOLANGCI_VERSION: "v1.50.1"
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
openim:
|
openim:
|
||||||
name: Test with go ${{ matrix.go_version }} on ${{ matrix.os }}
|
name: Test with go ${{ matrix.go_version }} on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
environment:
|
environment:
|
||||||
name: openim
|
name: openim
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go_version: ["1.19","1.20","1.21"]
|
go_version: ["1.19","1.20","1.21"]
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup
|
- name: Setup
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -111,6 +109,9 @@ jobs:
|
|||||||
openim-start:
|
openim-start:
|
||||||
name: Test OpenIM install/start on ${{ matrix.os }}
|
name: Test OpenIM install/start on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
environment:
|
environment:
|
||||||
name: openim
|
name: openim
|
||||||
strategy:
|
strategy:
|
||||||
@ -128,12 +129,46 @@ jobs:
|
|||||||
- name: Run OpenIM make install start
|
- name: Run OpenIM make install start
|
||||||
run: |
|
run: |
|
||||||
sudo make install
|
sudo make install
|
||||||
sudo docker images
|
|
||||||
sudo docker ps
|
# - name: Check the OpenIM environment and status
|
||||||
|
# run: |
|
||||||
|
# sudo docker images
|
||||||
|
# sudo docker ps
|
||||||
|
|
||||||
|
- name: Check the OpenIM environment and status
|
||||||
|
id: docker_info
|
||||||
|
run: |
|
||||||
|
sleep 30
|
||||||
|
echo "images<<EOF" >> $GITHUB_ENV
|
||||||
|
sudo docker images >> $GITHUB_ENV
|
||||||
|
echo "EOF" >> $GITHUB_ENV
|
||||||
|
echo "containers<<EOF" >> $GITHUB_ENV
|
||||||
|
sudo docker ps >> $GITHUB_ENV
|
||||||
|
echo "EOF" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Comment PR
|
||||||
|
uses: thollander/actions-comment-pull-request@v2
|
||||||
|
with:
|
||||||
|
message: |
|
||||||
|
> [!TIP]
|
||||||
|
> Run make install to check the status
|
||||||
|
|
||||||
|
### Docker Images:
|
||||||
|
```
|
||||||
|
${{ env.images }}
|
||||||
|
```
|
||||||
|
### Docker Processes:
|
||||||
|
```
|
||||||
|
${{ env.containers }}
|
||||||
|
```
|
||||||
|
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
|
||||||
execute-scripts:
|
execute-scripts:
|
||||||
name: Execute OpenIM Script On ${{ matrix.os }}
|
name: Execute OpenIM Script On ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
environment:
|
environment:
|
||||||
name: openim
|
name: openim
|
||||||
strategy:
|
strategy:
|
||||||
@ -203,10 +238,9 @@ jobs:
|
|||||||
- name: Build, Start, Check Services and Print Logs for Ubuntu
|
- name: Build, Start, Check Services and Print Logs for Ubuntu
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
sudo make build && \
|
sudo make build
|
||||||
sudo make start && \
|
sudo make start
|
||||||
sudo make check || \
|
sudo make check
|
||||||
(echo "An error occurred, printing logs:" && sudo cat ./_output/logs/* 2>/dev/null)
|
|
||||||
|
|
||||||
- name: Restart Services and Print Logs for Ubuntu
|
- name: Restart Services and Print Logs for Ubuntu
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
@ -222,6 +256,9 @@ jobs:
|
|||||||
openim-test-build-image:
|
openim-test-build-image:
|
||||||
name: Build OpenIM Docker Image
|
name: Build OpenIM Docker Image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
environment:
|
environment:
|
||||||
name: openim
|
name: openim
|
||||||
steps:
|
steps:
|
||||||
@ -243,4 +280,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo make init
|
sudo make init
|
||||||
sudo make image
|
sudo make image
|
||||||
|
|
||||||
|
- name: Get OpenIM Docker Images Status
|
||||||
|
id: docker_processes
|
||||||
|
run: |
|
||||||
sudo docker images
|
sudo docker images
|
||||||
|
sudo docker ps
|
@ -1,3 +1,17 @@
|
|||||||
|
# Copyright © 2024 OpenIM. All rights reserved.
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# General Configuration
|
# General Configuration
|
||||||
# This section contains general configuration options for the entire environment.
|
# This section contains general configuration options for the entire environment.
|
||||||
@ -88,10 +102,6 @@ ZOOKEEPER_PORT=${ZOOKEEPER_PORT}
|
|||||||
# Default: MONGO_PORT=37017
|
# Default: MONGO_PORT=37017
|
||||||
# MONGO_PORT=${MONGO_PORT}
|
# MONGO_PORT=${MONGO_PORT}
|
||||||
|
|
||||||
# Username for MongoDB admin user. Used for service authentication.
|
|
||||||
# Default: MONGO_USERNAME=root
|
|
||||||
# MONGO_USERNAME=${MONGO_USERNAME}
|
|
||||||
|
|
||||||
# Password for MongoDB admin user. Used for service authentication.
|
# Password for MongoDB admin user. Used for service authentication.
|
||||||
# Default: MONGO_PASSWORD=openIM123
|
# Default: MONGO_PASSWORD=openIM123
|
||||||
MONGO_PASSWORD=${MONGO_PASSWORD}
|
MONGO_PASSWORD=${MONGO_PASSWORD}
|
||||||
|
@ -10,15 +10,13 @@ networks:
|
|||||||
- subnet: '${DOCKER_BRIDGE_SUBNET:-172.28.0.0/16}'
|
- subnet: '${DOCKER_BRIDGE_SUBNET:-172.28.0.0/16}'
|
||||||
gateway: '${DOCKER_BRIDGE_GATEWAY:-172.28.0.1}'
|
gateway: '${DOCKER_BRIDGE_GATEWAY:-172.28.0.1}'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:${MONGODB_IMAGE_VERSION-6.0.2}
|
image: mongo:${MONGODB_IMAGE_VERSION-6.0.2}
|
||||||
ports:
|
ports:
|
||||||
- "${MONGO_PORT:-37017}:27017"
|
- "${MONGO_PORT:-37017}:27017"
|
||||||
container_name: mongo
|
container_name: mongo
|
||||||
command: --wiredTigerCacheSizeGB 1 --auth
|
command: ["/bin/bash", "-c", "/docker-entrypoint-initdb.d/mongo-init.sh || true; docker-entrypoint.sh mongod --wiredTigerCacheSizeGB 1 --auth"]
|
||||||
volumes:
|
volumes:
|
||||||
- "${DATA_DIR:-./}/components/mongodb/data/db:/data/db"
|
- "${DATA_DIR:-./}/components/mongodb/data/db:/data/db"
|
||||||
- "${DATA_DIR:-./}/components/mongodb/data/logs:/data/logs"
|
- "${DATA_DIR:-./}/components/mongodb/data/logs:/data/logs"
|
||||||
|
@ -104,8 +104,8 @@ Docker deployment offers a slightly more intricate template. Within the [openim-
|
|||||||
Configuration file modifications can be made by specifying corresponding environment variables, for instance:
|
Configuration file modifications can be made by specifying corresponding environment variables, for instance:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export CHAT_IMAGE_VERSION="main"
|
export CHAT_IMAGE_VERSION="main"
|
||||||
export SERVER_IMAGE_VERSION="main"
|
export SERVER_IMAGE_VERSION="main"
|
||||||
```
|
```
|
||||||
|
|
||||||
These variables are stored within the [`environment.sh`](https://github.com/OpenIMSDK/openim-docker/blob/main/scripts/install/environment.sh) configuration:
|
These variables are stored within the [`environment.sh`](https://github.com/OpenIMSDK/openim-docker/blob/main/scripts/install/environment.sh) configuration:
|
||||||
@ -114,6 +114,9 @@ These variables are stored within the [`environment.sh`](https://github.com/Open
|
|||||||
readonly CHAT_IMAGE_VERSION=${CHAT_IMAGE_VERSION:-'main'}
|
readonly CHAT_IMAGE_VERSION=${CHAT_IMAGE_VERSION:-'main'}
|
||||||
readonly SERVER_IMAGE_VERSION=${SERVER_IMAGE_VERSION:-'main'}
|
readonly SERVER_IMAGE_VERSION=${SERVER_IMAGE_VERSION:-'main'}
|
||||||
```
|
```
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> Can learn to read our mirror version strategy: https://github.com/openimsdk/open-im-server/blob/main/docs/contrib/images.md
|
||||||
|
|
||||||
|
|
||||||
Setting a variable, e.g., `export CHAT_IMAGE_VERSION="release-v1.3"`, will prioritize `CHAT_IMAGE_VERSION="release-v1.3"` as the variable value. Ultimately, the chosen image version is determined, and rendering is achieved through `make init` (or `./scripts/init-config.sh`).
|
Setting a variable, e.g., `export CHAT_IMAGE_VERSION="release-v1.3"`, will prioritize `CHAT_IMAGE_VERSION="release-v1.3"` as the variable value. Ultimately, the chosen image version is determined, and rendering is achieved through `make init` (or `./scripts/init-config.sh`).
|
||||||
|
|
||||||
@ -127,7 +130,7 @@ For convenience, configuration through modifying environment variables is recomm
|
|||||||
|
|
||||||
+ PASSWORD
|
+ PASSWORD
|
||||||
|
|
||||||
+ **Description**: Password for mysql, mongodb, redis, and minio.
|
+ **Description**: Password for mongodb, redis, and minio.
|
||||||
+ **Default**: `openIM123`
|
+ **Default**: `openIM123`
|
||||||
+ Notes:
|
+ Notes:
|
||||||
+ Minimum password length: 8 characters.
|
+ Minimum password length: 8 characters.
|
||||||
@ -139,20 +142,22 @@ For convenience, configuration through modifying environment variables is recomm
|
|||||||
|
|
||||||
+ OPENIM_USER
|
+ OPENIM_USER
|
||||||
|
|
||||||
+ **Description**: Username for mysql, mongodb, redis, and minio.
|
+ **Description**: Username for redis, and minio.
|
||||||
+ **Default**: `root`
|
+ **Default**: `root`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export OPENIM_USER="root"
|
export OPENIM_USER="root"
|
||||||
```
|
```
|
||||||
|
|
||||||
+ API_URL
|
> mongo is `openIM`, use `export MONGO_OPENIM_USERNAME="openIM"` to modify
|
||||||
|
|
||||||
|
+ OPENIM_IP
|
||||||
|
|
||||||
+ **Description**: API address.
|
+ **Description**: API address.
|
||||||
+ **Note**: If the server has an external IP, it will be automatically obtained. For internal networks, set this variable to the IP serving internally.
|
+ **Note**: If the server has an external IP, it will be automatically obtained. For internal networks, set this variable to the IP serving internally.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export API_URL="http://ip:10002"
|
export OPENIM_IP="ip"
|
||||||
```
|
```
|
||||||
|
|
||||||
+ DATA_DIR
|
+ DATA_DIR
|
||||||
|
@ -26,6 +26,7 @@ We provide multiple versions of our images to meet different project requirement
|
|||||||
1. `main`: This image corresponds to the latest version of the main branch in OpenIM. It is updated frequently, making it perfect for users who want to stay at the cutting edge of our features.
|
1. `main`: This image corresponds to the latest version of the main branch in OpenIM. It is updated frequently, making it perfect for users who want to stay at the cutting edge of our features.
|
||||||
2. `release-v3.*`: This is the image that corresponds to the latest version of OpenIM's stable release branch. It's ideal for users who prefer a balance between new features and stability.
|
2. `release-v3.*`: This is the image that corresponds to the latest version of OpenIM's stable release branch. It's ideal for users who prefer a balance between new features and stability.
|
||||||
3. `v3.*.*`: These images are specific to each tag in OpenIM. They are preserved in their original state and are never overwritten. These are the go-to images for users who need a specific, unchanging version of OpenIM.
|
3. `v3.*.*`: These images are specific to each tag in OpenIM. They are preserved in their original state and are never overwritten. These are the go-to images for users who need a specific, unchanging version of OpenIM.
|
||||||
|
4. The image versions adhere to Semantic Versioning 2.0.0 strategy. Taking the `openim-server` image as an example, available at [openim-server container package](https://github.com/openimsdk/open-im-server/pkgs/container/openim-server): upon tagging with v3.5.0, the CI automatically releases the following tags - `openim-server:3`, `openim-server:3.5`, `openim-server:3.5.0`, `openim-server:v3.5.0`, `openim-server:latest`, and `sha-e0244d9`. It's important to note that only `sha-e0244d9` is absolutely unique, whereas `openim-server:v3.5.0` and `openim-server:3.5.0` maintain a degree of uniqueness.
|
||||||
|
|
||||||
### Multi-Architecture Images
|
### Multi-Architecture Images
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# OpenIM Branch Management and Versioning: A Blueprint for High-Grade Software Development
|
# OpenIM Branch Management and Versioning: A Blueprint for High-Grade Software Development
|
||||||
|
|
||||||
[📚 **OpenIM TOC**](#openim-branch-management-and-versioning-a-blueprint-for-high-grade-software-development)
|
[📚 **OpenIM TOC**](#openim-branch-management-and-versioning-a-blueprint-for-high-grade-software-development)
|
||||||
|
- [OpenIM Branch Management and Versioning: A Blueprint for High-Grade Software Development](#openim-branch-management-and-versioning-a-blueprint-for-high-grade-software-development)
|
||||||
- [Unfolding the Mechanism of OpenIM Version Maintenance](#unfolding-the-mechanism-of-openim-version-maintenance)
|
- [Unfolding the Mechanism of OpenIM Version Maintenance](#unfolding-the-mechanism-of-openim-version-maintenance)
|
||||||
- [Main Branch: The Heart of OpenIM Development](#main-branch-the-heart-of-openim-development)
|
- [Main Branch: The Heart of OpenIM Development](#main-branch-the-heart-of-openim-development)
|
||||||
- [Release Branch: The Beacon of Stability](#release-branch-the-beacon-of-stability)
|
- [Release Branch: The Beacon of Stability](#release-branch-the-beacon-of-stability)
|
||||||
@ -8,8 +9,21 @@
|
|||||||
- [Release Management: A Guided Tour](#release-management-a-guided-tour)
|
- [Release Management: A Guided Tour](#release-management-a-guided-tour)
|
||||||
- [Milestones, Branching, and Addressing Major Bugs](#milestones-branching-and-addressing-major-bugs)
|
- [Milestones, Branching, and Addressing Major Bugs](#milestones-branching-and-addressing-major-bugs)
|
||||||
- [Version Skew Policy](#version-skew-policy)
|
- [Version Skew Policy](#version-skew-policy)
|
||||||
|
- [Supported version skew](#supported-version-skew)
|
||||||
|
- [OpenIM Versioning, Branching, and Tag Strategy](#openim-versioning-branching-and-tag-strategy)
|
||||||
|
- [Supported Version Skew](#supported-version-skew-1)
|
||||||
|
- [openim-api](#openim-api)
|
||||||
|
- [openim-rpc-\* Components](#openim-rpc--components)
|
||||||
|
- [Other OpenIM Services](#other-openim-services)
|
||||||
|
- [Supported Component Upgrade Order](#supported-component-upgrade-order)
|
||||||
|
- [openim-api](#openim-api-1)
|
||||||
|
- [openim-rpc-\* Components](#openim-rpc--components-1)
|
||||||
|
- [Other OpenIM Services](#other-openim-services-1)
|
||||||
|
- [Conclusion](#conclusion)
|
||||||
- [Applying Principles: A Git Workflow Example](#applying-principles-a-git-workflow-example)
|
- [Applying Principles: A Git Workflow Example](#applying-principles-a-git-workflow-example)
|
||||||
|
- [Release Process](#release-process)
|
||||||
- [Docker Images Version Management](#docker-images-version-management)
|
- [Docker Images Version Management](#docker-images-version-management)
|
||||||
|
- [More](#more)
|
||||||
|
|
||||||
|
|
||||||
At OpenIM, we acknowledge the profound impact of implementing a robust and efficient version management system, hence we abide by the established standards of [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
At OpenIM, we acknowledge the profound impact of implementing a robust and efficient version management system, hence we abide by the established standards of [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
||||||
@ -213,3 +227,10 @@ Throughout this process, active communication within the team is pivotal to main
|
|||||||
## Docker Images Version Management
|
## Docker Images Version Management
|
||||||
|
|
||||||
For more details on managing Docker image versions, visit [OpenIM Docker Images Administration](https://github.com/openimsdk/open-im-server/blob/main/docs/contrib/images.md).
|
For more details on managing Docker image versions, visit [OpenIM Docker Images Administration](https://github.com/openimsdk/open-im-server/blob/main/docs/contrib/images.md).
|
||||||
|
|
||||||
|
## More
|
||||||
|
|
||||||
|
More on multi-branch version management design and version management design at helm charts:
|
||||||
|
|
||||||
|
+ https://github.com/openimsdk/open-im-server/issues/1695
|
||||||
|
+ https://github.com/openimsdk/open-im-server/issues/1662
|
@ -1 +1 @@
|
|||||||
v3.3.0
|
v3.5.0
|
@ -52,6 +52,7 @@ func GetChatConversationIDByMsg(msg *sdkws.MsgData) string {
|
|||||||
case constant.NotificationChatType:
|
case constant.NotificationChatType:
|
||||||
return "sn_" + msg.SendID + "_" + msg.RecvID
|
return "sn_" + msg.SendID + "_" + msg.RecvID
|
||||||
}
|
}
|
||||||
|
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,6 +37,7 @@ func NewOptions(opts ...OptionsOpt) Options {
|
|||||||
for _, opt := range opts {
|
for _, opt := range opts {
|
||||||
opt(options)
|
opt(options)
|
||||||
}
|
}
|
||||||
|
|
||||||
return options
|
return options
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,16 +29,8 @@ if [ $# -ne 2 ];then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
openim::util::require-dig
|
if [ -z "${OPENIM_IP}" ]; then
|
||||||
result=$?
|
openim::util::require-dig
|
||||||
if [ $result -ne 0 ]; then
|
|
||||||
openim::log::info "Please install 'dig' to use this feature."
|
|
||||||
openim::log::info "Installation instructions:"
|
|
||||||
openim::log::info " For Ubuntu/Debian: sudo apt-get install dnsutils"
|
|
||||||
openim::log::info " For CentOS/RedHat: sudo yum install bind-utils"
|
|
||||||
openim::log::info " For macOS: 'dig' should be preinstalled. If missing, try: brew install bind"
|
|
||||||
openim::log::info " For Windows: Install BIND9 tools from https://www.isc.org/download/"
|
|
||||||
openim::log::error_exit "Error: 'dig' command is required but not installed."
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source "${env_file}"
|
source "${env_file}"
|
||||||
|
@ -1,4 +1,18 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Copyright © 2024 OpenIM. All rights reserved.
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
#
|
#
|
||||||
# OpenIM Docker Deployment Script
|
# OpenIM Docker Deployment Script
|
||||||
#
|
#
|
||||||
|
@ -171,13 +171,13 @@ def "MONGO_URI" # MongoDB的URI
|
|||||||
def "MONGO_PORT" "37017" # MongoDB的端口
|
def "MONGO_PORT" "37017" # MongoDB的端口
|
||||||
def "MONGO_ADDRESS" "${DOCKER_BRIDGE_GATEWAY}" # MongoDB的地址
|
def "MONGO_ADDRESS" "${DOCKER_BRIDGE_GATEWAY}" # MongoDB的地址
|
||||||
def "MONGO_DATABASE" "${DATABASE_NAME}" # MongoDB的数据库名
|
def "MONGO_DATABASE" "${DATABASE_NAME}" # MongoDB的数据库名
|
||||||
def "MONGO_USERNAME" "root" # MongoDB的管理员身份用户名
|
def "MONGO_USERNAME" "root" # MongoDB的管理员身份用户名
|
||||||
# MongoDB的管理员身份密码
|
# MongoDB的管理员身份密码
|
||||||
readonly MONGO_PASSWORD=${MONGO_PASSWORD:-"${PASSWORD}"}
|
readonly MONGO_PASSWORD=${MONGO_PASSWORD:-"${PASSWORD}"}
|
||||||
# Mongo OpenIM 身份用户名
|
# Mongo OpenIM 身份用户名
|
||||||
def "MONGO_OPENIM_USERNAME" "openIM"
|
def "MONGO_OPENIM_USERNAME" "openIM"
|
||||||
# Mongo OpenIM 身份密码
|
# Mongo OpenIM 身份密码
|
||||||
readonly MONGO_OPENIM_PASSWORD=${MONGO_OPENIM_PASSWORD:-'openIM123456'}
|
readonly MONGO_OPENIM_PASSWORD=${MONGO_OPENIM_PASSWORD:-"${PASSWORD}"}
|
||||||
|
|
||||||
def "MONGO_MAX_POOL_SIZE" "100" # 最大连接池大小
|
def "MONGO_MAX_POOL_SIZE" "100" # 最大连接池大小
|
||||||
|
|
||||||
|
@ -1146,8 +1146,13 @@ function openim::util::require-jq {
|
|||||||
# Checks whether dig is installed and provides installation instructions if it is not.
|
# Checks whether dig is installed and provides installation instructions if it is not.
|
||||||
function openim::util::require-dig {
|
function openim::util::require-dig {
|
||||||
if ! command -v dig &>/dev/null; then
|
if ! command -v dig &>/dev/null; then
|
||||||
openim::log::error "dig command not found."
|
openim::log::error "Please install 'dig' to use this feature."
|
||||||
return 1
|
openim::log::error "Installation instructions:"
|
||||||
|
openim::log::error " For Ubuntu/Debian: sudo apt-get install dnsutils"
|
||||||
|
openim::log::error " For CentOS/RedHat: sudo yum install bind-utils"
|
||||||
|
openim::log::error " For macOS: 'dig' should be preinstalled. If missing, try: brew install bind"
|
||||||
|
openim::log::error " For Windows: Install BIND9 tools from https://www.isc.org/download/"
|
||||||
|
openim::log::error_exit "dig command not found."
|
||||||
fi
|
fi
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
@ -129,7 +129,7 @@ FIND := find . ! -path './utils/*' ! -path './vendor/*' ! -path './third_party/*
|
|||||||
XARGS := xargs -r --no-run-if-empty
|
XARGS := xargs -r --no-run-if-empty
|
||||||
|
|
||||||
# Linux command settings-CODE DIRS Copyright
|
# Linux command settings-CODE DIRS Copyright
|
||||||
CODE_DIRS := $(ROOT_DIR)/pkg $(ROOT_DIR)/cmd $(ROOT_DIR)/config $(ROOT_DIR)/.docker-compose_cfg $(ROOT_DIR)/internal $(ROOT_DIR)/scripts $(ROOT_DIR)/test $(ROOT_DIR)/.github $(ROOT_DIR)/build $(ROOT_DIR)/tools $(ROOT_DIR)/deployments
|
CODE_DIRS := $(ROOT_DIR)/pkg $(ROOT_DIR)/cmd $(ROOT_DIR)/config $(ROOT_DIR)/internal $(ROOT_DIR)/scripts $(ROOT_DIR)/test $(ROOT_DIR)/.github $(ROOT_DIR)/build $(ROOT_DIR)/tools $(ROOT_DIR)/deployments
|
||||||
FINDS := find $(CODE_DIRS)
|
FINDS := find $(CODE_DIRS)
|
||||||
|
|
||||||
# Makefile settings: Select different behaviors by determining whether V option is set
|
# Makefile settings: Select different behaviors by determining whether V option is set
|
||||||
|
@ -18,7 +18,6 @@ mongosh <<EOF
|
|||||||
use admin
|
use admin
|
||||||
db.auth('$MONGO_INITDB_ROOT_USERNAME', '$MONGO_INITDB_ROOT_PASSWORD')
|
db.auth('$MONGO_INITDB_ROOT_USERNAME', '$MONGO_INITDB_ROOT_PASSWORD')
|
||||||
|
|
||||||
|
|
||||||
db = db.getSiblingDB('$MONGO_INITDB_DATABASE')
|
db = db.getSiblingDB('$MONGO_INITDB_DATABASE')
|
||||||
db.createUser({
|
db.createUser({
|
||||||
user: "$MONGO_OPENIM_USERNAME",
|
user: "$MONGO_OPENIM_USERNAME",
|
||||||
@ -29,4 +28,3 @@ db.createUser({
|
|||||||
]
|
]
|
||||||
});
|
});
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user