Publish fablo images for linux/arm64
Closed this issue · 0 comments
Hyperledger fabric docker images are now being built and released for both linux/amd64 and linux/arm64 since 2.5.x for fabric-peer
, and 1.5.6 for fabric-ca
.
https://hub.docker.com/r/hyperledger/fabric-peer/tags
This issue requests fablo
builds for linux/arm64. As of v1.2.0, only linux/amd64 builds appear to be available:
https://hub.docker.com/r/softwaremill/fablo/tags
Publishing an image for linux/arm64 would support use of fablo
in conjunction with recent versions of Hyperledger Fabric on Linux arm64 installs and Virtual Machines. Use cases could include embedded Linux installs on 64 bit ARM hardware, Asahi linux on Apple Silicon, and full Linux Virtual Machines on macOS Apple Silicon installs using UTM.app, VMware Fusion, Parallels, etc.
Currently, building the fablo
Docker image locally serves as a work-around. But it would be ideal if the additional architecture could be built and released to Docker Hub in an ongoing fashion with future releases.