Skip to content

fix(fabric-all-in-one): upgrade fabric-ca to support ARM64 architecture #3949

@musicboy0322

Description

@musicboy0322

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.

Image Image

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.

Image

Related Issue: #3924

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions