File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ function context() {
31
31
export ${name} =" ${! override_name:- ${default_value} } "
32
32
}
33
33
34
- context FABRIC_VERSION 2.4.3
35
- context FABRIC_CA_VERSION 1.5.3
34
+ context FABRIC_VERSION 2.4.4
35
+ context FABRIC_CA_VERSION 1.5.4
36
36
37
37
context CLUSTER_RUNTIME kind # or k3s for Rancher
38
38
context CONTAINER_CLI docker # or nerdctl for containerd
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ function check_prereqs() {
57
57
58
58
# The download / installation of binaries will also transfer a core.yaml, which overlaps with a local configuration.
59
59
# Pull the binaries into a temp folder and then move them into the target location.
60
- (pushd $TEMP_DIR && curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/bootstrap.sh | bash -s -- -s -d)
60
+ (pushd $TEMP_DIR && curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/bootstrap.sh \
61
+ | bash -s -- $FABRIC_VERSION $FABRIC_CA_VERSION -s -d)
61
62
mkdir bin && mv $TEMP_DIR /bin/* bin
62
63
63
64
# delete config files transferred by the installer
You can’t perform that action at this time.
0 commit comments