Currently, there exists both community (amd64) and community-aarch64 (arm64) packages.
This is undesirable for multiple reasons:
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.
Currently, there exists both
community(amd64) andcommunity-aarch64(arm64) packages.This is undesirable for multiple reasons:
communityand the othercommunity-aarch64The 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 automaticallyI acknowledge that a multi-arch image might not be so simple to build. In any case, thank you for your consideration.