Supported CPU Architectures
We currently support two CPU architectures:
- amd64
- arm64
From 0.8.0 and later, the default Docker image tags (for example :0.8.0) are multi-arch and work on both amd64 and arm64.
If you need to pin a specific architecture, use the dedicated tags:
-amd64(for example:0.8.0-amd64)-arm64(for example:0.8.0-arm64)
Using Helm
By default, the Helm chart can use the standard multi-arch tags. If you need to force a specific architecture, override the image tag with -amd64 or -arm64. For example:
Helm Values
client:
image:
repository: "api.repoflow.io/repoflow-public/docker-public/library/repoflow-client:0.8.0"
server:
image:
repository: "api.repoflow.io/repoflow-public/docker-public/library/repoflow-server:0.8.0"
Using Docker Compose
In Docker Compose, you can use the standard multi-arch tag by default. If you need to force an architecture, append -amd64 or -arm64 to the tag. For example:
Command Line
docker pull api.repoflow.io/repoflow-public/docker-public/library/repoflow-client:0.8.0
docker pull api.repoflow.io/repoflow-public/docker-public/library/repoflow-server:0.8.0
If you need support for other architectures, feel free to contact us at support@repoflow.io.