traccar / traccar-docker

Traccar Docker
274 stars 136 forks source link

Docker - No Matching Manifest #113

Open 1Riddler opened 1 year ago

1Riddler commented 1 year ago

Hello, noob question ->

I'm trying to install the latest release onto a new NAS system with Docker {linux} to move away from an old fixed desktop {Windows} I have running TRACCAR for many years, However when I either manually or using a Docker Manager to pull the image I receive the error =>

Error => latest: Pulling from traccar/traccar docker: no matching manifest for linux/arm64/v8 in the manifest list entries.

Please can anyone offer any advice on how I can get around this issue. As the "overview" appears to suggest linux/arm64/v8 is a supported platform via the debian & Ubuntu 5.8 release on the github site, although not seen on the OS/ARCH list on the TABS page ...

Available multi-platform images: Alpine based: linux/amd64 Debian based: linux/amd64, linux/arm64/v8 Ubuntu based: linux/amd64, linux/arm/v7, linux/arm64/v8

Thank you in advance -

magna-z commented 1 year ago

Hello,

I will look into this issue.

magna-z commented 1 year ago

@1Riddler, Answer on you question: https://stackoverflow.com/a/70889505 Try to update Docker Engine on NAS to current version for platform normalizing.

derlbear commented 11 months ago

I have the same error on an Oracle Free Tier server. The docker engine is up to date, but the platform normalizing doesn't work.

docker run \ --rm \ --entrypoint cat \ traccar/traccar:latest \ /opt/traccar/conf/traccar.xml > /opt/docker/traccar/traccar.xml

--> Unable to find image 'traccar/traccar:latest' locally latest: Pulling from traccar/traccar docker: no matching manifest for linux/arm64/v8 in the manifest list entries.

ippocratis commented 11 months ago

Debian tag has an arm64 image Why not pulling/using that?

https://hub.docker.com/r/traccar/traccar/tags

docker pull traccar/traccar:debian