hyperledger / hyperledger/fabric
In main branch, building docker images with HSM support doesn't work
Open
- Dominant language
- Go
- Stars
- 16.7k
- Forks
- 9.1k
- Avg merge
- 5h 38m
- Merged PRs (30d)
- 26
Description
a per these lines
https://github.com/hyperledger/fabric/blob/d18be4662d74bc3abef1b95fc703c62b4c80bfd5/images/peer/Dockerfile#L28
https://github.com/hyperledger/fabric/blob/d18be4662d74bc3abef1b95fc703c62b4c80bfd5/images/orderer/Dockerfile#L27
CGO should not be disabled when building the peer/orderer
However fabric documentation specifies that if you want to build docker images with HSM support it will need these Dockerfile files to support it.This looks to have been introduced with support for arm images so don't know the effect of just removing the CGO or the reason it was added in the first place
Contributor guide
Assessment
This issue has not been assessed yet.