-
Notifications
You must be signed in to change notification settings - Fork 304
Description
Describe the bug
When running the integration test deploy-cc-from-typescript-source.test.ts
, it triggers the fabric-all-in-one image (Current Version: ghcr.io/hyperledger/cactus-fabric2-all-in-one:2024-03-03--issue-2945-fabric-v2-5-6
). However, after the image is activated, the process gets stuck in the pipeline and eventually fails.
Expected behavior
Successfully activate fabric-all-in-one image.
Logs/Stack traces
After investigating this issue, I found that it is caused by the current version of fabric-ca (1.5.3) in fabric-all-in-one, which does not support the ARM64 architecture. Therefore, upgrading the fabric-ca version is recommended to make fabric-all-in-one compatible with the ARM64 architecture.


Operating system name, version, build:
Darwin 24.4.0 arm64
Additional context
The deploy-cc-from-typescript-source.test.ts
still cannot pass successfully because current Fabric version deprecate fabric-tools
package. It no longer activates cli
container and makes plugin-ledger-connector-fabric.ts
cannot pass the command into cli
container.

Related Issue: #3924