ARM missing and hung docker compose deployment
- Dominant language
- Python
- Stars
- 5.1k
- Forks
- 796
- PR merge metrics
- No merged PRs in 30d
Description
**Environment**
- How did you install GRR?
Docker Compose
- What GRR version are you running?
Latest
- What operating system does the GRR server run on?
Mac OS M4 Pro
- What operating system does the affected GRR client run on, if applicable? [e.g. Windows 10]
N/A
**Describe the issue**
When I do a docker-compose up it seems to be stuck on the final step, not sure if intentional but there are a ton of errors which continue to fill up my terminal non-stop on repeat.
**Error logs**
```
Running 14/16
✔ Network grr_server-network Created0.0s
✔ Volume "grr_client_installers" Created0.0s
✔ Volume "grr_client_state" Created0.0s
✔ Volume "grr_db_data" Created0.0s
✔ Container grr-db Healthy31.9s
✔ Container grr-worker Started30.8s
✔ Container fleetspeak-admin Started30.8s
✔ Container fleetspeak-frontend Started30.8s
✔ Container grr-fleetspeak-frontend Started30.8s
! grr-worker The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
! fleetspeak-frontend The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
! grr-fleetspeak-frontend The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
! fleetspeak-admin The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
⠼ Container grr-admin-ui Waiting146.6s
! grr-admin-ui The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
⠙ Container grr-client Starting146.6s
```
**Additional context**
Trying to build a local testing cluster. I remember this being much easier on Linux and Windows - but trying to get our Mac's onboarded!
Contributor guide
Assessment
This issue has not been assessed yet.