P2: Highbughelp wanted
倉庫指標
- Star
- (34,000 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
For the Docker Images on hub.docker.com the wrong OS/ARCH is shown:
For example for the image tagged with arm64-latest the OS/ARCH is linux/amd64. The correct OS/ARCH should be linux/arm/v6
Because of this issue the container could not be deployed via docker swarm on a raspberry node. The swarm manager does not deploy it because of the incorrect CPU Architecture.