-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Description
Currently, there exists both community (amd64) and community-aarch64 (arm64) packages.
This is undesirable for multiple reasons:
- It makes it difficult for developers to find the correct images (not helped by Docker Hub's searching)
- It complicates the set-up when using docker compose (and presumably swarm, k8s, etc.), because now two separate docker-compose.ymls need to be created, one specifying
communityand the othercommunity-aarch64 - It complicates documentation because different example commands need to be used for different architectures.
The preferred method for supporting multiple architectures is to create a single "multi-architecture" image, as outlined here https://docs.docker.com/desktop/multi-arch/
Doing so will allow referencing the single tag community, and the appropriate image for the current architecture will be fetched automatically
I acknowledge that a multi-arch image might not be so simple to build. In any case, thank you for your consideration.
Metadata
Metadata
Assignees
Labels
No labels