镜像概览

完整引用
docker.io/hyperledger/fabric-orderer
Registry
docker.io
命名空间
hyperledger
仓库
fabric-orderer
已缓存 Tag 数
228
最近同步
07/05/2026, 01:37 PM

简介

Hyperledger Fabric Orderer 节点镜像,排序服务与区块打包,联盟链交易排序共识核心组件。

详细介绍

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 证书。

最新 Tag(20 条)

查看全部 228 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/hyperledger/fabric-orderer
:latest
linux/arm64linux/amd64
2026/06/18 16:1745.0 MBsha256:d4e8c4873654
docker.io/hyperledger/fabric-orderer
:3.1
linux/arm64linux/amd64
2026/06/18 16:1745.0 MBsha256:d4e8c4873654
docker.io/hyperledger/fabric-orderer
:3.1.5
linux/arm64linux/amd64
2026/06/18 16:1745.0 MBsha256:d4e8c4873654
docker.io/hyperledger/fabric-orderer
:2.5
linux/amd64linux/arm64
2026/06/18 06:3248.3 MBsha256:0992b1f591c2
docker.io/hyperledger/fabric-orderer
:2.5.16
linux/amd64linux/arm64
2026/06/18 06:3248.3 MBsha256:0992b1f591c2
docker.io/hyperledger/fabric-orderer
:3.1.4
linux/arm64linux/amd64
2026/02/23 15:5843.7 MBsha256:c8eaa5eb9092
docker.io/hyperledger/fabric-orderer
:2.5.15
linux/arm64linux/amd64
2026/02/23 15:4843.5 MBsha256:ca6275b5678f
docker.io/hyperledger/fabric-orderer
:3.1.3
linux/arm64linux/amd64
2025/10/18 23:1243.5 MBsha256:bdfa3f6369f7
docker.io/hyperledger/fabric-orderer
:2.5.14
linux/arm64linux/amd64
2025/10/13 17:3943.5 MBsha256:89db819f051c
docker.io/hyperledger/fabric-orderer
:3.1.2
linux/amd64linux/arm64
2025/10/13 17:3445.7 MBsha256:c8f10b5be71d
docker.io/hyperledger/fabric-orderer
:3.1.1
linux/amd64linux/arm64
2025/05/11 04:0746.5 MBsha256:e17a6c0bf657
docker.io/hyperledger/fabric-orderer
:2.5.13
linux/amd64linux/arm64
2025/04/29 19:5547.5 MBsha256:8d9448af874e
docker.io/hyperledger/fabric-orderer
:3.1.0
linux/arm64linux/amd64
2025/03/19 01:4843.0 MBsha256:c44a8d6b1cca
docker.io/hyperledger/fabric-orderer
:2.5.12
linux/arm64linux/amd64
2025/03/11 00:4343.6 MBsha256:af13496079ff
docker.io/hyperledger/fabric-orderer
:2.5.11
linux/arm64/v8linux/amd64
2025/02/01 04:4543.5 MBsha256:8bf56d0312fb
docker.io/hyperledger/fabric-orderer
:3.0
linux/amd64linux/arm64
2024/09/21 04:3145.3 MBsha256:7ba1c3870a86
docker.io/hyperledger/fabric-orderer
:3.0.0
linux/amd64linux/arm64
2024/09/21 04:3145.3 MBsha256:7ba1c3870a86
docker.io/hyperledger/fabric-orderer
:2.5.10
linux/amd64linux/arm64
2024/09/20 19:3844.8 MBsha256:99a457912888
docker.io/hyperledger/fabric-orderer
:3.0.0-rc1
linux/amd64linux/arm64
2024/09/18 11:5445.3 MBsha256:7928c18bc582
docker.io/hyperledger/fabric-orderer
:2.5.9
linux/amd64linux/arm64
2024/06/19 03:5843.9 MBsha256:baf1d42670d5