Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NickSneo opened this issue Sep 6, 2023 · 1 comment
Open

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

NickSneo opened this issue Sep 6, 2023 · 1 comment

Comments

@NickSneo
Copy link
Contributor

NickSneo commented Sep 6, 2023

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
Copy link
Contributor

ArDapps commented Mar 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants