Skip to content

Commit

Permalink
Update microfab
Browse files Browse the repository at this point in the history
Update microfab used for integration tests from ibmcom/ibp-microfab to
use ghcr.io/hyperledger-labs/microfab. This updates the Fabric runtime
for v2.4 to v2.5.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
  • Loading branch information
bestbeforetoday committed Oct 23, 2024
1 parent 33f3ba8 commit da375ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

microfab:
container_name: microfab
image: ibmcom/ibp-microfab
image: ghcr.io/hyperledger-labs/microfab
tty: true
environment:
- MICROFAB_CONFIG={"couchdb":false,"endorsing_organizations":[{"name":"org1"},{"name":"org2"}],"channels":[{"name":"sachannel","endorsing_organizations":["org1","org2"]}],"capability_level":"V2_0"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docker run --name microfab \
--rm \
-e MICROFAB_CONFIG="${MICROFAB_CONFIG}" \
-e FABRIC_LOGGING_SPEC=info \
ibmcom/ibp-microfab
ghcr.io/hyperledger-labs/microfab


sleep 10
Expand Down

0 comments on commit da375ec

Please sign in to comment.