Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest Zigbee2MQTT Docker image does not support 386 architecture although it's stated in documentation. #15796

Closed
hakapeszi76 opened this issue Dec 29, 2022 · 2 comments
Labels
problem Something isn't working

Comments

@hakapeszi76
Copy link

What happened?

I tried to pull the docker image on an old Atom-based netbook and I got

$ docker pull koenkk/zigbee2mqtt --platform "linux/386"
Using default tag: latest
latest: Pulling from koenkk/zigbee2mqtt
no matching manifest for linux/386 in the manifest list entries

The manifest list only contains amd64, arm/v6, arm/v7, arm64. Apparently it worked up until 1.15.
(I'm a newbie in zigbee/docker and I haven't checked yet if 1.15 is good enough...)

What did you expect to happen?

I expected that... It would work :)

How to reproduce it (minimal and precise)

docker pull koenkk/zigbee2mqtt --platform "linux/386"

Zigbee2MQTT version

1.28.4

Adapter firmware version

x

Adapter

Sonoff Zigbee 3.0 USB Dongle Plus

Debug log

No response

@hakapeszi76 hakapeszi76 added the problem Something isn't working label Dec 29, 2022
Koenkk added a commit that referenced this issue Dec 29, 2022
@Koenkk
Copy link
Owner

Koenkk commented Dec 29, 2022

I just published a dev image (if it works a release version will be available on 1 January). Can you check? docker pull koenkk/zigbee2mqtt:latest-dev --platform "linux/386"

@hakapeszi76
Copy link
Author

Yep, it pulls like charm. I'll continue the config/test steps later.
Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants