Can't pull docker image

So i build my Server and would like to move my files form my opebhab on the pi to my server witch runs docker but i cant pull the openhab image from dockerhub

I get this eror in the syslog

level=info msg="Attempting next endpoint for pull after error: manifest unknown: manifest unknown"

I found this on github but not sure how to do it.

I’m having the exact same problem. Can anyone help?

I don’t had a tag set

I used openhab/openhab instead of openhab/openhab:2.4.0 or something else.

ad make sure you ad the -it

-it - starts openHAB with an interactive console (since openHAB 2.0.0)

hope it helps

Ruben,

Thanks for the tip, but I have tried everything including your suggestions. I even did a simple docker pull openhab/openhab, and it gave me a manifest error.

I tried docker run, no good.

It simply can’t find the repo.

bump

Latest attempt:

backup:~# docker pull openhab/openhab
Using default tag: latest
latest: Pulling from openhab/openhab
no matching manifest for unknown in the manifest list entries
backup:~#

Please provide some more info like:

  • OS + version
  • Docker version
  • Architecture

I also am facing this. To answer your query for more details:

This is an install from an OS image of openHABian for Pine A64+ 2GB
openhabianpine64-xenial-201712171744-git30faec3-crcbe7fc062.img

OS: Ubuntu 16.04.6 LTS
Docker: docker.io 18.09.5-0ubuntu1~16.04.2
Arch: aarch64

$ uname -a
Linux openHABianPine64 3.10.105-0-pine64-longsleep #3 SMP PREEMPT Sat Mar 11 16:05:53 CET 2017 aarch64 aarch64 aarch64 GNU/Linux

I’m unable to pull any images (used time to show how long it takes to fail):

$ time docker pull busybox:latest
latest: Pulling from library/busybox
no matching manifest for unknown in the manifest list entries

real	0m16.626s
user	0m0.150s
sys	0m0.080s


$ time docker pull alpine
Using default tag: latest
latest: Pulling from library/alpine
no matching manifest for unknown in the manifest list entries

real	0m16.617s
user	0m0.130s
sys	0m0.100s