Skip to content

Use Dockerhub's multiarch support for third-party images #126

@FelixKirsch

Description

@FelixKirsch

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions