概要
- フル名
docker.io/openim/openim-rpc-friend- Registry
- docker.io
- 名前空間
- openim
- リポジトリ
- openim-rpc-friend
- キャッシュ Tag 数
- 91
- 最終同期
- 07/06/2026, 06:35 AM
概要
OpenIM 好友关系 RPC 微服务镜像,管理好友申请、列表与黑名单,需 etcd/Redis 与 OpenIM 核心栈同网段。
詳細
openim/openim-rpc-friend 实现 OpenIM 好友域 gRPC 服务,维护用户社交关系数据。定位为 IM 后端 RPC 微服务,连接 etcd 服务发现与 Redis 缓存;K8s Deployment + ClusterIP 供 OpenIM API 层调用。
快速启动
docker run -d --name openim-rpc-friend \
-p 10120:10120 \
-e ETCD_ADDRESS=etcd:2379 \
docker.io/openim/openim-rpc-friend:latest
推荐实践
docker run -d --name openim-rpc-friend \
--restart unless-stopped \
-p 10120:10120 \
-e ETCD_ADDRESS=etcd.internal:2379 \
-e REDIS_ADDRESS=redis:6379 \
docker.io/openim/openim-rpc-friend:v3.8.0
核心参数说明
-p 10120:10120— gRPC 服务端口-e ETCD_ADDRESS— 服务发现 etcd-e REDIS_ADDRESS— 关系缓存 Redis- 固定 tag — OpenIM 栈 pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: openim-rpc-friend
spec:
replicas: 3
selector:
matchLabels:
app: openim-rpc-friend
template:
metadata:
labels:
app: openim-rpc-friend
spec:
containers:
- name: rpc-friend
image: docker.io/openim/openim-rpc-friend:v3.8.0
ports:
- containerPort: 10120
envFrom:
- configMapRef:
name: openim-config
---
apiVersion: v1
kind: Service
metadata:
name: openim-rpc-friend
spec:
selector:
app: openim-rpc-friend
ports:
- port: 10120
targetPort: 10120
与 rpc-group 同 namespace。
最新 Tag(20 件)
すべての 91 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/openim/openim-rpc-friend :sha-915fcaa52c98 | linux/amd64linux/arm64 | 2026/07/03 21:56 | 23.9 MB | sha256:4b50bb7ccc2b… | |||
docker.io/openim/openim-rpc-friend :release-v3.8.3-patch.servertest-ghcrtest.hephaestus.20260703100016.102498336 | linux/arm64linux/amd64 | 2026/07/03 21:56 | 22.2 MB | sha256:fb6b59875ce0… | |||
docker.io/openim/openim-rpc-friend :3.8.3-patch.servertest-ghcrtest.hephaestus.20260703100016.102498336 | linux/amd64linux/arm64 | 2026/07/03 21:56 | 23.9 MB | sha256:4b50bb7ccc2b… | |||
docker.io/openim/openim-rpc-friend :v3.8.3-patch.servertest-ghcrtest.hephaestus.20260703100016.102498336 | linux/amd64linux/arm64 | 2026/07/03 21:56 | 23.9 MB | sha256:4b50bb7ccc2b… | |||
docker.io/openim/openim-rpc-friend :sha-748d783d36fc | linux/arm64linux/amd64 | 2025/05/21 14:46 | 40.1 MB | sha256:1f7244fbd723… | |||
docker.io/openim/openim-rpc-friend :v3.8.3-patch | linux/amd64linux/arm64 | 2025/05/21 14:46 | 41.8 MB | sha256:0010f2cb5b8d… | |||
docker.io/openim/openim-rpc-friend :main | linux/amd64linux/arm64 | 2025/05/21 14:46 | 41.8 MB | sha256:0010f2cb5b8d… | |||
docker.io/openim/openim-rpc-friend :sha-7b02b4b | linux/amd64linux/arm64 | 2024/12/30 13:53 | 41.7 MB | sha256:5693792cf825… | |||
docker.io/openim/openim-rpc-friend :v3.8.3-alpha.3-test1 | linux/amd64linux/arm64 | 2024/12/30 13:53 | 41.7 MB | sha256:5693792cf825… | |||
docker.io/openim/openim-rpc-friend :sha-fc94eed | linux/amd64linux/arm64 | 2024/03/08 17:43 | 13.5 MB | sha256:df7070d87a45… | |||
docker.io/openim/openim-rpc-friend :release-v3.6 | linux/amd64linux/arm64 | 2024/03/08 17:43 | 13.5 MB | sha256:df7070d87a45… | |||
docker.io/openim/openim-rpc-friend :sha-a534134 | linux/amd64linux/arm64 | 2024/03/08 15:34 | 13.5 MB | sha256:e94afc3ba075… | |||
docker.io/openim/openim-rpc-friend :sha-5282ab9 | linux/amd64linux/arm64 | 2024/03/08 13:35 | 13.5 MB | sha256:22588f91a5b6… | |||
docker.io/openim/openim-rpc-friend :sha-a1f0eb2 | linux/amd64linux/arm64 | 2024/03/08 11:12 | 13.5 MB | sha256:1bf5f8361286… | |||
docker.io/openim/openim-rpc-friend :nightly | linux/amd64linux/arm64 | 2024/03/08 11:12 | 13.5 MB | sha256:1bf5f8361286… | |||
docker.io/openim/openim-rpc-friend :sha-bd31f6b | linux/amd64linux/arm64 | 2024/03/08 10:28 | 13.5 MB | sha256:ffcb4a33c0ec… | |||
docker.io/openim/openim-rpc-friend :sha-a841628 | linux/amd64linux/arm64 | 2024/03/07 23:22 | 13.5 MB | sha256:f45851f7e0e6… | |||
docker.io/openim/openim-rpc-friend :latest | linux/amd64linux/arm64 | 2024/03/07 23:21 | 0.0 MB | sha256:9d8a3aeb102b… | |||
docker.io/openim/openim-rpc-friend :3 | linux/amd64linux/arm64 | 2024/03/07 23:21 | 13.5 MB | sha256:4035258482d6… | |||
docker.io/openim/openim-rpc-friend :3.6 | linux/amd64linux/arm64 | 2024/03/07 23:21 | 13.5 MB | sha256:4035258482d6… |