We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
armageddon
fabric-x-tools
1 parent 90aeb04 commit 77c672bCopy full SHA for 77c672b
tools/Dockerfile
@@ -8,13 +8,15 @@ FROM golang:1.24 AS builder
8
9
10
ARG FABRIC_X_VERSION=latest
11
+ARG ARMAGEDDON_VERSION=latest
12
13
# Install binaries directly from GitHub into /tmp/bin
14
ENV GOBIN=/tmp/bin
15
16
RUN go install github.com/hyperledger/fabric-x/tools/configtxgen@$FABRIC_X_VERSION
17
RUN go install github.com/hyperledger/fabric-x/tools/cryptogen@$FABRIC_X_VERSION
18
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
20
21
FROM registry.access.redhat.com/ubi9/ubi-micro:9.5 AS prod
22
WORKDIR /
0 commit comments