Is there an existing issue for this?
Current Behavior
Updating my stack with tautulli, started getting this error as of this week:
tautulli Error context canceled no matching manifest for linux/amd64 in the manifest list entries
The tautulli section of my yaml contains this:
tautulli:
image: lscr.io/linuxserver/tautulli:latest
container_name: tautulli
Expected Behavior
It should pull the amd64 build from the latest tag successfully.
Steps To Reproduce
- Run Docker on an amd64 system
- Configure a Docker Compose with the following yaml:
- tautulli:
image: lscr.io/linuxserver/tautulli:latest
container_name: tautulli
- Pull the compose
Environment
- OS: Synology DSM 7.2.2
- How docker service was installed: Through the Container Manager app
CPU architecture
x86-64
Docker creation
tautulli:
image: lscr.io/linuxserver/tautulli:latest
container_name: tautulli
Container logs
Is there an existing issue for this?
Current Behavior
Updating my stack with tautulli, started getting this error as of this week:
tautulli Error context canceled no matching manifest for linux/amd64 in the manifest list entriesThe tautulli section of my yaml contains this:
tautulli:
image: lscr.io/linuxserver/tautulli:latest
container_name: tautulli
Expected Behavior
It should pull the amd64 build from the latest tag successfully.
Steps To Reproduce
image: lscr.io/linuxserver/tautulli:latest
container_name: tautulli
Environment
CPU architecture
x86-64
Docker creation
tautulli: image: lscr.io/linuxserver/tautulli:latest container_name: tautulliContainer logs