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

Update Minio image for CPU compatibility #241

Merged
merged 1 commit into from
May 29, 2024

Conversation

mkdemir
Copy link
Contributor

@mkdemir mkdemir commented Apr 16, 2024

Description

Upon attempting to start the OpenCTI platform after installation on Docker, the following errors were encountered:

An error related to Minio:

opencti_1 | {"category":"APP","errors":[{"attributes":{"genre":"TECHNICAL","http_status":500},"message":"getaddrinfo EAI_AGAIN minio","name":"UNKNOWN_ERROR","stack":"UNKNOWN_ERROR: getaddrinfo EAI_AGAIN minio\n    at error (/opt/opencti/build/src/config/errors.js:8:10)\n    at UnknownError (/opt/opencti/build/src/config/errors.js:76:47)\n    at Object._logWithError (/opt/opencti/build/src/config/conf.js:331:23)\n    at Object.error (/opt/opencti/build/src/config/conf.js:341:48)\n    at platformStart (/opt/opencti/build/src/boot.js:47:12)\n    at processTicksAndRejections (node:internal/process/task_queues:95:5)"},{"message":"getaddrinfo EAI_AGAIN minio","name":"Error","stack":"Error: getaddrinfo EAI_AGAIN minio\n    at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26)"}],"level":"error","message":"Platform unmanaged direct error","timestamp":"2024-04-16T18:09:58.468Z","version":"6.0.9"}
minio_1 | Fatal glibc error: CPU does not support x86-64-v2

Solution

To address the Minio-related error, I used the following Minio image:

image: minio/minio:RELEASE.2024-01-16T16-07-38Z-cpuv1

@mkdemir mkdemir changed the title Updated Minio image for CPU compatibility Update Minio image for CPU compatibility Apr 16, 2024
@SamuelHassine SamuelHassine merged commit abafa26 into OpenCTI-Platform:master May 29, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants