⚠️ Changes in Aug. 2024 (see installation)
sudo
removed (use userroot
)- updating volume permissions on startup removed (use init container)
Images on Docker Hub: 
The docker image karsten13/magicmirror
is available with these tags:
TAG | OS/ARCH | ELECTRON | DISTRO | DESCRIPTION |
---|---|---|---|---|
latest (or v2.30.0) | linux/amd64 | no | debian bookworm slim | for x86, only serveronly -mode |
latest (or v2.30.0) | linux/arm | yes | debian bookworm slim | for raspberry pi 32-Bit os |
latest (or v2.30.0) | linux/arm64 | yes | debian bookworm slim | for raspberry pi 64-Bit os |
fat (or v2.30.0_fat) | linux/amd64 | yes | debian bookworm | for x86 |
fat (or v2.30.0_fat) | linux/arm | yes | debian bookworm | for raspberry pi 32-Bit os |
fat (or v2.30.0_fat) | linux/arm64 | yes | debian bookworm | for raspberry pi 64-Bit os |
alpine | all 3 archs | no | alpine | only serveronly -mode, smaller in size |
Version v2.30.0 is the current release of MagicMirror. Older version tags remain on docker hub, the other tags are floating tags and therefore overwritten with every new build. The used Node version is 22.
The difference between
latest
andfat
is image size and installed debian packages. For most use cases thelatest
image is sufficient. Some modules need dependencies which are not includes inlatest
, e.g.python
or compilers, so in such cases you should usefat
.
⛔ The following experimental images are not for production use:
TAG | OS/ARCH | ELECTRON | DISTRO | DESCRIPTION |
---|---|---|---|---|
develop | linux/amd64 | no | debian bookworm slim | for x86, only serveronly -mode |
develop | linux/arm | yes | debian bookworm slim | for raspberry pi 32-Bit os |
develop | linux/arm64 | yes | debian bookworm slim | for raspberry pi 64-Bit os |
develop_fat | linux/amd64 | yes | debian bookworm | for x86 |
develop_fat | linux/arm | yes | debian bookworm | for raspberry pi 32-Bit os |
develop_fat | linux/arm64 | yes | debian bookworm | for raspberry pi 64-Bit os |
develop_alpine | all 3 archs | no | alpine | only serveronly -mode, smaller in size |
These images are using the develop
branch of the MagicMirror² git repository and Node version 23.