Multi-arch Docker manifest is not working as intended
mountaindude opened this issue · 1 comments
mountaindude commented
Describe the bug
When running in a multi-arch (amd64 and arm64) k8s cluster, containers fail to start on arm64 nodes.
Expected behavior
Containers should automatically start on amd64, arm64 or arm nodes.
Solution idea
The issue might be caused by the variant field in the manifest. It seems that the manifests of other (working) multi-arch images Docker images don't have that variant field. Might be worth removing it as a first attempt at resolving the issue.
mountaindude commented
Fixed in release 2.3.12.