Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker manifest for the arm64 architecture is wrong #780

Closed
Sergong opened this issue Jan 31, 2021 · 1 comment
Closed

Docker manifest for the arm64 architecture is wrong #780

Sergong opened this issue Jan 31, 2021 · 1 comment

Comments

@Sergong
Copy link

Sergong commented Jan 31, 2021

Versions

  • Pi-hole: latest
  • AdminLTE: latest
  • FTL: latest

Platform

  • OS and version: Ubuntu 20.10
  • Platform: Raspberry Pi, Docker
  • Docker version:

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 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:

  1. Run sudo docker pull pihole/pihole:latest
  2. Run docker inspect b537a7cd0edf
  3. See that Architecture is incorrect
  4. Cannot run the container

Debug Token

  • URL: N/A
@PromoFaux
Copy link
Member

#735

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants