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

Raspberry pi 4 not supported? #1838

Closed
asyba opened this issue Nov 11, 2023 · 2 comments
Closed

Raspberry pi 4 not supported? #1838

asyba opened this issue Nov 11, 2023 · 2 comments

Comments

@asyba
Copy link

asyba commented Nov 11, 2023

Describe the bug

Error docker execution

 ! 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 

docker-compose

version: "3"
services:
  watchtower:
    image: containrrr/watchtower:latest
    restart: unless-stopped
    #command: 
    environment:
      - TZ=America/Argentina/Cordoba
      - PUID=1000
      - PGID=1000
      - WATCHTOWER_CLEANUP=true
      - WATCHTOWER_INCLUDE_RESTARTING=true
      - WATCHTOWER_POLL_INTERVAL=86400
      - WATCHTOWER_NOTIFICATION_URL=pushover://shoutrrr:xxxxx@xxxx/?devices=[xxxx,xxx]&title=Actualizo+docker+image&priority=1
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock

Steps to reproduce

docker compose up -d

Expected behavior

Working watchtower

Screenshots

No response

Environment

  • Raspberry pi 4
    Linux raspberrypi 6.1.0-rpi4-rpi-v8 Support Zodiac-based deployments #1 SMP PREEMPT Debian 1:6.1.54-1+rpt2 (2023-10-05) aarch64 GNU/Linux
    Static hostname: raspberrypi
    Icon name: computer
    Machine ID: xxx
    Boot ID: xxxx
    Operating System: Debian GNU/Linux 12 (bookworm)
    Kernel: Linux 6.1.0-rpi4-rpi-v8
    Architecture: arm64

Your logs

exec /watchtower: exec format error
exec /watchtower: exec format error

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

Duplicate of #1837.

This is fixed as of release v1.7.1. You may need to do a manual docker pull containrrr/watchtower.

@piksel piksel marked this as a duplicate of #1837 Nov 11, 2023
@piksel piksel closed this as completed Nov 11, 2023
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