openhab / openhab-docker

Repository for building Docker containers for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
212 stars 128 forks source link

Docker doesn't load #248

Closed Steve-1234 closed 5 years ago

Steve-1234 commented 5 years ago

I get the following message when I pull your container: latest: Pulling from wborn/openhab-jdk11 no matching manifest for unknown in the manifest list entries

wborn commented 5 years ago

Does it work if you use the official openhab/openhab docker images? Maybe you can also list what OS/Architecture and Docker version you use?

Older Docker versions don't have multi architecture support so you'll also need to specify your architecture using the openhab/openhab:<version>-<architecture>-<distribution> scheme.

E.g.:

openhab/openhab:2.4.0-amd64-debian

See: Image variants

wborn commented 5 years ago

I assume the lack of response suggests this is no longer an issue. Feel free to reopen it if you have additional information! The community forum is also a good place for getting questions answered . :-)