ryansch / docker-unifi-rpi

Unifi Controller for Raspberry Pi 3+ and x86
https://hub.docker.com/r/ryansch/unifi-rpi/
347 stars 42 forks source link

Having issues with the image tags #31

Closed maxpousre closed 6 years ago

maxpousre commented 6 years ago

I pulled your compose file down directly. No matter what tag I us, even leaving it alone as 'latest' I get a manifest error.

ERROR: no matching manifest for unknown in the manifest list entries

ryansch commented 6 years ago

@maxpousre What version of docker are you using? docker version can give that to you.

maxpousre commented 6 years ago

Version: 18.06.1-ce API version: 1.38 Go version: go1.10.3 Git commit: e68fc7a Built: Tue Aug 21 17:24:49 2018 OS/Arch: linux/arm64 Experimental: false

ryansch commented 6 years ago

@maxpousre I see the issue. I haven't built an arm64 image. Adding that now.

ryansch commented 6 years ago

@maxpousre I just pushed a new manifest with arm64v8. Give that a try.

maxpousre commented 6 years ago

Thanks for that @ryansch ! I appreciate the effort.