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] Docker exec format error or older x86 CPUs #1983

Open
1 task done
Kwbmm opened this issue Jun 29, 2024 · 0 comments
Open
1 task done

[Bug] Docker exec format error or older x86 CPUs #1983

Kwbmm opened this issue Jun 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version

Comments

@Kwbmm
Copy link

Kwbmm commented Jun 29, 2024

Is there an existing issue for this?

  • Yes, I have searched the existing issues and none of them match my problem.

Product Variant

Self-Hosted

Current Behavior

Running docker compose up -d (with the traefik version), minio and reactive resume containers keep restarting with this error: exec /usr/local/bin/docker-entrypoint.sh: exec format error.

Expected Behavior

Containers run with no error

Steps To Reproduce

docker compose up -d (with the traefik version)

What browsers are you seeing the problem on?

No response

What template are you using?

None

Anything else?

After some research, I managed to fix minio error: the built image is not compatible with older CPUs, so they made another build, tagged -cpuv1. See here: minio/minio#18365

Reactive Resume should do the same

@Kwbmm Kwbmm added bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version labels Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version
2 participants