AdguardTeam/AdGuardHome

Wrong OS/ARCH for Docker Image

Open

#1.265 aberto em 17 de dez. de 2019

Ver no GitHub
 (10 comments) (1 reaction) (0 assignees)Go (2.333 forks)batch import
P2: Highbughelp wanted

Métricas do repositório

Stars
 (34.000 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador