Skip to content

Commit 220d4e8

Browse files
jkneubuhdenyeart
authored andcommitted
Bump fabric version to 2.4.4; CA to 1.5.4
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
1 parent 3ea2569 commit 220d4e8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sample-network/network

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ function context() {
3131
export ${name}="${!override_name:-${default_value}}"
3232
}
3333

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
3636

3737
context CLUSTER_RUNTIME kind # or k3s for Rancher
3838
context CONTAINER_CLI docker # or nerdctl for containerd

sample-network/scripts/prereqs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ function check_prereqs() {
5757

5858
# The download / installation of binaries will also transfer a core.yaml, which overlaps with a local configuration.
5959
# 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)
6162
mkdir bin && mv $TEMP_DIR/bin/* bin
6263

6364
# delete config files transferred by the installer

0 commit comments

Comments
 (0)