Skip to content

Commit c205013

Browse files
authored
Update offline-deployment.md openim offine deployment docs (#1843)
1 parent 1804785 commit c205013

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/contrib/offline-deployment.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
# OpenIM Offline Deployment Design
42

53
## 1. Base Images
@@ -10,7 +8,7 @@ Below are the base images and their versions you'll need:
108
- [ ] redis:7.0.0
119
- [ ] mongo:6.0.2
1210
- [ ] bitnami/zookeeper:3.8
13-
- [ ] minio/minio:latest
11+
- [ ] minio/minio:RELEASE.2024-01-11T07-46-16Z
1412

1513
> [!IMPORTANT]
1614
> It is important to note that OpenIM removed mysql components from versions v3.5.0 (release-v3.5) and above, so mysql can be deployed without this requirement or above
@@ -22,10 +20,10 @@ OpenIM:
2220
> [!TIP]
2321
> If you need to install more IM components or monitoring products [images.md](https://github.com/openimsdk/open-im-server/blob/main/docs/contrib/images.md)
2422
25-
- [ ] ghcr.io/openimsdk/openim-web:latest
26-
- [ ] ghcr.io/openimsdk/openim-admin:latest
27-
- [ ] ghcr.io/openimsdk/openim-chat:latest
28-
- [ ] ghcr.io/openimsdk/openim-server:latest
23+
- [ ] ghcr.io/openimsdk/openim-web:<version-name>
24+
- [ ] ghcr.io/openimsdk/openim-admin:<version-name>
25+
- [ ] ghcr.io/openimsdk/openim-chat:<version-name>
26+
- [ ] ghcr.io/openimsdk/openim-server:<version-name>
2927

3028

3129
Monitoring:
@@ -42,9 +40,9 @@ Use the following commands to pull these base images:
4240
docker pull bitnami/kafka:3.5.1
4341
docker pull redis:7.0.0
4442
docker pull mongo:6.0.2
45-
docker pull mysql:5.7
43+
docker pull mariadb:10.6
4644
docker pull bitnami/zookeeper:3.8
47-
docker pull minio/minio:latest
45+
docker pull minio/minio:2024-01-11T07-46-16Z
4846
```
4947

5048
If you need to install more IM components or monitoring products:
@@ -177,4 +175,4 @@ docker compose ps # Verify
177175

178176
- [openimsdk Issue #432](https://github.com/openimsdk/open-im-server/issues/432)
179177
- [Notion Link](https://nsddd.notion.site/435ee747c0bc44048da9300a2d745ad3?pvs=25)
180-
- [openimsdk Issue #474](https://github.com/openimsdk/open-im-server/issues/474)
178+
- [openimsdk Issue #474](https://github.com/openimsdk/open-im-server/issues/474)

0 commit comments

Comments
 (0)