Skip to content

Previous (working) SWM Images with 2.0.2 tag do not exist

I tried to install a previous commit of SWM (commit 7b47b895), but all images do not exist (e.g hecodeco/swm-controller:2.0.2), so I get ErrImagePull, as this tag does not exist.

It seems like tag 2.0.2 is deleted from dockerhub, and replaced with tags 2.0.2-arm64 and 2.0.2-amd64.

It is actually possible to merge architecture-specific builds into a single tag and the correct architecture is chosen automatically. The commands to do this are described in this issue: [PDLC] Multiarch Images