You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when doing docker pull pihole/pihole:latest I expect the latest pihole docker container to be pulled for my correct platform (Raspberry PI v4 with Ubuntu 20.10 and docker
Actual behavior / bug
manifest contains following (snippet of relevant output): "Labels": { "image": "pihole/pihole:v5.2.4_arm64", "maintainer": "[email protected]", "url": "https://www.github.com/pi-hole/docker-pi-hole" }, "Shell": [ "/bin/bash", "-c" ] }, "Architecture": "amd64",
As you can see the Architecture incorrectly states its amd64
Steps to reproduce
Steps to reproduce the behavior:
Run sudo docker pull pihole/pihole:latest
Run docker inspect b537a7cd0edf
See that Architecture is incorrect
Cannot run the container
Debug Token
URL: N/A
The text was updated successfully, but these errors were encountered:
Versions
Platform
Expected behavior
when doing
docker pull pihole/pihole:latest
I expect the latest pihole docker container to be pulled for my correct platform (Raspberry PI v4 with Ubuntu 20.10 and dockerActual behavior / bug
manifest contains following (snippet of relevant output):
"Labels": { "image": "pihole/pihole:v5.2.4_arm64", "maintainer": "[email protected]", "url": "https://www.github.com/pi-hole/docker-pi-hole" }, "Shell": [ "/bin/bash", "-c" ] }, "Architecture": "amd64",
As you can see the Architecture incorrectly states its amd64
Steps to reproduce
Steps to reproduce the behavior:
Debug Token
The text was updated successfully, but these errors were encountered: