Overview
- Full name
docker.io/hyperledger/fabric-orderer- Registry
- docker.io
- Namespace
- hyperledger
- Repository
- fabric-orderer
- Cached tags
- 228
- Last synced
- 07/05/2026, 01:37 PM
Introduction
Hyperledger Fabric Orderer 节点镜像,排序服务与区块打包,联盟链交易排序共识核心组件。
Details
hyperledger/fabric-orderer 运行 Fabric 排序节点,接收 endorsed 交易打包成区块并分发至 Peer,支持 Raft 等共识模式。定位为联盟链 Orderer 服务,需 MSP 证书与 channel 配置;供应链金融、政务存证等 Fabric 网络排序层部署。
快速启动
docker run -d --name fabric-orderer \
-p 7050:7050 \
-v /crypto:/var/hyperledger/orderer/tls \
docker.io/hyperledger/fabric-orderer:2.5
推荐实践
docker run -d --name fabric-orderer \
--restart unless-stopped \
-p 7050:7050 \
-v /data/orderer:/var/hyperledger/production/orderer \
-v /crypto:/var/hyperledger/orderer/tls:ro \
-e FABRIC_LOGGING_SPEC=INFO \
docker.io/hyperledger/fabric-orderer:2.5.9
核心参数说明
-p 7050— Orderer gRPC 端口/crypto— MSP/TLS 证书(高敏)- 共识 — etcd/Raft 集群需多 Orderer
- channel — genesis 或 channel 配置
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: fabric-orderer
spec:
serviceName: orderer
replicas: 3
selector:
matchLabels:
app: orderer
template:
metadata:
labels:
app: orderer
spec:
containers:
- name: orderer
image: docker.io/hyperledger/fabric-orderer:2.5.9
ports:
- containerPort: 7050
volumeMounts:
- name: data
mountPath: /var/hyperledger/production/orderer
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 20Gi
3/5 Orderer Raft;Secret 管理 MSP 证书。
Latest tags (20)
View all 228 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/hyperledger/fabric-orderer :latest | linux/arm64linux/amd64 | 2026/06/18 16:17 | 45.0 MB | sha256:d4e8c4873654… | |||
docker.io/hyperledger/fabric-orderer :3.1 | linux/arm64linux/amd64 | 2026/06/18 16:17 | 45.0 MB | sha256:d4e8c4873654… | |||
docker.io/hyperledger/fabric-orderer :3.1.5 | linux/arm64linux/amd64 | 2026/06/18 16:17 | 45.0 MB | sha256:d4e8c4873654… | |||
docker.io/hyperledger/fabric-orderer :2.5 | linux/amd64linux/arm64 | 2026/06/18 06:32 | 48.3 MB | sha256:0992b1f591c2… | |||
docker.io/hyperledger/fabric-orderer :2.5.16 | linux/amd64linux/arm64 | 2026/06/18 06:32 | 48.3 MB | sha256:0992b1f591c2… | |||
docker.io/hyperledger/fabric-orderer :3.1.4 | linux/arm64linux/amd64 | 2026/02/23 15:58 | 43.7 MB | sha256:c8eaa5eb9092… | |||
docker.io/hyperledger/fabric-orderer :2.5.15 | linux/arm64linux/amd64 | 2026/02/23 15:48 | 43.5 MB | sha256:ca6275b5678f… | |||
docker.io/hyperledger/fabric-orderer :3.1.3 | linux/arm64linux/amd64 | 2025/10/18 23:12 | 43.5 MB | sha256:bdfa3f6369f7… | |||
docker.io/hyperledger/fabric-orderer :2.5.14 | linux/arm64linux/amd64 | 2025/10/13 17:39 | 43.5 MB | sha256:89db819f051c… | |||
docker.io/hyperledger/fabric-orderer :3.1.2 | linux/amd64linux/arm64 | 2025/10/13 17:34 | 45.7 MB | sha256:c8f10b5be71d… | |||
docker.io/hyperledger/fabric-orderer :3.1.1 | linux/amd64linux/arm64 | 2025/05/11 04:07 | 46.5 MB | sha256:e17a6c0bf657… | |||
docker.io/hyperledger/fabric-orderer :2.5.13 | linux/amd64linux/arm64 | 2025/04/29 19:55 | 47.5 MB | sha256:8d9448af874e… | |||
docker.io/hyperledger/fabric-orderer :3.1.0 | linux/arm64linux/amd64 | 2025/03/19 01:48 | 43.0 MB | sha256:c44a8d6b1cca… | |||
docker.io/hyperledger/fabric-orderer :2.5.12 | linux/arm64linux/amd64 | 2025/03/11 00:43 | 43.6 MB | sha256:af13496079ff… | |||
docker.io/hyperledger/fabric-orderer :2.5.11 | linux/arm64/v8linux/amd64 | 2025/02/01 04:45 | 43.5 MB | sha256:8bf56d0312fb… | |||
docker.io/hyperledger/fabric-orderer :3.0 | linux/amd64linux/arm64 | 2024/09/21 04:31 | 45.3 MB | sha256:7ba1c3870a86… | |||
docker.io/hyperledger/fabric-orderer :3.0.0 | linux/amd64linux/arm64 | 2024/09/21 04:31 | 45.3 MB | sha256:7ba1c3870a86… | |||
docker.io/hyperledger/fabric-orderer :2.5.10 | linux/amd64linux/arm64 | 2024/09/20 19:38 | 44.8 MB | sha256:99a457912888… | |||
docker.io/hyperledger/fabric-orderer :3.0.0-rc1 | linux/amd64linux/arm64 | 2024/09/18 11:54 | 45.3 MB | sha256:7928c18bc582… | |||
docker.io/hyperledger/fabric-orderer :2.5.9 | linux/amd64linux/arm64 | 2024/06/19 03:58 | 43.9 MB | sha256:baf1d42670d5… |