This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed
Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ FABRIC_SDK_EXTRA_GO_TAGS ?=
3434FABRIC_SDK_POPULATE_VENDOR ?= true
3535
3636# Fabric tool versions (overridable)
37- FABRIC_TOOLS_VERSION ?= 1.0.1
38- FABRIC_BASE_VERSION ?= 0.3.1
37+ FABRIC_TOOLS_VERSION ?= 1.0.3
38+ FABRIC_BASE_VERSION ?= 0.4.2
3939
4040# Fabric base docker image (overridable)
4141FABRIC_BASE_IMAGE ?= hyperledger/fabric-baseimage
Original file line number Diff line number Diff line change 1111# Default architecture
1212ARCH = x86_64
1313
14- FABRIC_CA_FIXTURE_TAG = 1.0.1
15- FABRIC_ORDERER_FIXTURE_TAG = 1.0.1
16- FABRIC_PEER_FIXTURE_TAG = 1.0.1
17- FABRIC_COUCHDB_FIXTURE_TAG = 1.0.1
18- FABRIC_BUILDER_FIXTURE_TAG = 1.0.1
19- FABRIC_BASEOS_FIXTURE_TAG = 0.3.1
14+ FABRIC_CA_FIXTURE_TAG = 1.0.3
15+ FABRIC_ORDERER_FIXTURE_TAG = 1.0.3
16+ FABRIC_PEER_FIXTURE_TAG = 1.0.3
17+ FABRIC_COUCHDB_FIXTURE_TAG = 1.0.3
18+ FABRIC_BUILDER_FIXTURE_TAG = 1.0.3
19+ FABRIC_BASEOS_FIXTURE_TAG = 0.4.2
2020
2121FABRIC_CA_FIXTURE_IMAGE = hyperledger/fabric-ca
2222FABRIC_ORDERER_FIXTURE_IMAGE = hyperledger/fabric-orderer
Original file line number Diff line number Diff line change 99# If set to false, CI will build images from scratch for the commit levels specified below
1010export USE_PREBUILT_IMAGES=true
1111
12- # file used for automatic integration build test
13- # This should always match the compatibility specified in the README.md
14- export FABRIC_COMMIT=v1.0.1
15- export FABRIC_CA_COMMIT=v1.0.1
12+ # versions of fabric to build (if USE_PREBUILT_IMAGES=false)
13+ export FABRIC_COMMIT=
14+ export FABRIC_CA_COMMIT=
You can’t perform that action at this time.
0 commit comments