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

latest tag missing other arch except amd64 #1837

Closed
clarity99 opened this issue Nov 11, 2023 · 3 comments
Closed

latest tag missing other arch except amd64 #1837

clarity99 opened this issue Nov 11, 2023 · 3 comments

Comments

@clarity99
Copy link

Describe the bug

the latest tag on docker hub is amd64 only. this breaks all the arm servers.

Steps to reproduce

try to run watchtower on arm server

Expected behavior

it should run.

Screenshots

No response

Environment

  • Platform ubuntu
  • Architecture arm
  • Docker Version

Your logs

docker compose up
[+] Running 2/1
 ✔ Container watchtower-watchtower-1                                                                                                                         Created      1.0s
 ! watchtower The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested              0.0s
Attaching to watchtower-watchtower-1
watchtower-watchtower-1  | exec /watchtower: exec format error
watchtower-watchtower-1 exited with code 0

Additional context

No response

Copy link

Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏

@piksel
Copy link
Member

piksel commented Nov 11, 2023

Yes, this is due to a temporary fix to reduce the damage from v1.7.0. I will fix this properly as soon as I am able to.

@piksel
Copy link
Member

piksel commented Nov 11, 2023

With v1.7.1 released, the :latest tag is now multi-arch again. Sorry for the interruption.

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

No branches or pull requests

2 participants