Skip to content

Commit 77c672b

Browse files
authored
Add armageddon in the fabric-x-tools image (#13)
Signed-off-by: Anushka <anush159@in.ibm.com>
1 parent 90aeb04 commit 77c672b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ FROM golang:1.24 AS builder
88

99

1010
ARG FABRIC_X_VERSION=latest
11+
ARG ARMAGEDDON_VERSION=latest
1112

1213
# Install binaries directly from GitHub into /tmp/bin
1314
ENV GOBIN=/tmp/bin
1415

1516
RUN go install github.com/hyperledger/fabric-x/tools/configtxgen@$FABRIC_X_VERSION
1617
RUN go install github.com/hyperledger/fabric-x/tools/cryptogen@$FABRIC_X_VERSION
1718
RUN go install github.com/hyperledger/fabric-x/tools/configtxlator@$FABRIC_X_VERSION
19+
RUN go install github.com/hyperledger/fabric-x-orderer/cmd/armageddon@$ARMAGEDDON_VERSION
1820

1921
FROM registry.access.redhat.com/ubi9/ubi-micro:9.5 AS prod
2022
WORKDIR /

0 commit comments

Comments
 (0)