-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Refinery uses various third-party docker images (e.g. oryd/kratos, qdrant). At the moment these images are included in the docker-compose.yml with a tag that points to an amd64 build. On machines with arm architecture (Apple M1), these images are run via emulation. The emulation can cause issues with performance or failure (which never happened to me).
Describe the solution you'd like
Check if the respective images are also provided as an arm build and change the image tag accordingly.
Describe alternatives you've considered
Run via emulation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request