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

[Bug] Latest minio image is not supported by CPUs without x86-64-v2 support #799

Open
vitosotdihaet opened this issue Sep 6, 2024 · 0 comments

Comments

@vitosotdihaet
Copy link

Describe the bug
When trying to deploy the AppFlowy-Cloud via docker compose on an old CPU, that does not support x86-64-v2, minio exits with an error 127

To Reproduce
Steps to reproduce the behavior:
Clone the repo, cd into it and set up the .env file. Running the server via docker compose up results in an error:

minio-1             | Fatal glibc error: CPU does not support x86-64-v2
minio-1 exited with code 127

Expected behavior
minio container starting without errors

Desktop

  • OS: Linux astra1 4.15.3-177-hardened #astra28+ci25 SMP Thu Feb 9 17:40:34 UTC 2023 x86_64 GNU/Linux
  • CPU: AMD Phenom(tm) II X6 1100T
  • AppFlowy-Cloud version: 0.6.13

Fixing steps
Changing the minio image version to minio/minio:RELEASE.2023-11-01T01-57-10Z-cpuv1 in docker-compose.yml:

services:
    minio:
        image: minio/minio:RELEASE.2023-11-01T01-57-10Z-cpuv1

Original solution poster

I wish it was noted somewhere in doc/DEPLOYMENT.md

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

1 participant