Consensys / quorum-dev-quickstart

The Quorum Developer Quickstart utility can be used to rapidly generate local Quorum blockchain networks for development and demo purposes using Besu and GoQuorum
Apache License 2.0
131 stars 99 forks source link

Tessera dockers not pulling up in Mac M1/M2 #277

Open NickSneo opened 1 year ago

NickSneo commented 1 year ago

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

ArDapps commented 6 months ago

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 commented 2 months ago

current version work with m