- Notifications
You must be signed in to change notification settings - Fork13
Description
Describe the bug
When running the spawn dev run command on MacOS M1 I get an error while downloading the proxy image. See the images below.
To Reproduce
Steps to reproduce the behavior:
- Run: spawn dev run -p ./protos -s spawn-system
Expected behavior
May the command be executed successfully.
If I try to download the proxy image manually I get an error about the OCI manifest:
Spawn Operator (please complete the following information):
- Version [1.4.3]
Spawn Proxy (please complete the following information):
- Version [1.4.3]
Spawn CLI (please complete the following information):
- Version [1.4.3]
Additional context
To workaround it was necessary to download the imageghcr.io/eigr/spawn-proxy:1.4.3@sha256:aef677ba48a3f7fd7a594354eabcbc7c46657492244fe2b5ad256819d1daf05b and create a tag from the oci registry as below:
After this it was possible to successfully run the downloaded image locally:
It was also possible to run the command by passing the--proxy-image option with the following:
spawn dev run --proxy-image=ghcr.io/eigr/spawn-proxy:1.4.3@sha256:aef677ba48a3f7fd7a594354eabcbc7c46657492244fe2b5ad256819d1daf05b -p ./protos -s spawn-system