quorum-dev-quickstart icon indicating copy to clipboard operation
quorum-dev-quickstart copied to clipboard

Tessera dockers not pulling up in Mac M1/M2

Open NickSneo opened this issue 1 year ago • 2 comments

When private transaction is enabled getting error -

=> ERROR [internal] load metadata for docker.io/quorumengineering/tessera:23.4.0                                                                                                                                                        1.1s
------
 > [internal] load metadata for docker.io/quorumengineering/tessera:23.4.0:
------
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest sha256:fb436c0ac56b79ca7cda27b92a3f81273de77d1c5b813aba0183333ca483053e: not found

This happens in Mac M1/M2 machines

NickSneo avatar Sep 06 '23 14:09 NickSneo

i fix it with add version of tessera

args: TESSERA_VERSION: 22.10.1

  and also add external :true
  
    quorum-dev-quickstart:
name: quorum-dev-quickstart
external: true

full example code there 
https://github.com/ArDapps/Quorum-dev-quickstart-Working_With_M1_MacOS



  

ArDapps avatar Mar 19 '24 19:03 ArDapps

current version work with m

ArDapps avatar Jun 29 '24 19:06 ArDapps