diff --git a/images/docker-lidarr/index.html b/images/docker-lidarr/index.html
index 86115dc5c4..be613be0b1 100644
--- a/images/docker-lidarr/index.html
+++ b/images/docker-lidarr/index.html
@@ -47,5 +47,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/lidarr:latest .
-
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 31.05.24: - Rebase Alpine 3.20.
- 20.03.24: - Rebase Alpine 3.19.
- 06.06.23: - Rebase master to Alpine 3.18, deprecate armhf as per https://www.linuxserver.io/armhf.
- 17.01.23: - Rebase master branch to Alpine 3.17, migrate to s6v3.
- 06.06.22: - Rebase master branch to Alpine 3.15.
- 06.05.22: - Rebase master branch to Focal.
- 06.05.22: - Rebase develop branch to Alpine.
- 04.02.22: - Rebase nightly branch to Alpine, deprecate nightly-alpine branch.
- 30.12.21: - Add nightly-alpine branch.
- 01.08.21: - Add libchromaprint-tools.
- 11.07.21: - Make the paths clearer to the user.
- 18.04.21: - Switch
latest
tag to net core. - 25.01.21: - Publish
develop
tag. - 20.01.21: - Deprecate
UMASK_SET
in favor of UMASK in baseimage, see above for more information. - 18.04.20: - Removed /downloads and /music volumes from Dockerfiles.
- 05.04.20: - Move app to /app.
- 01.08.19: - Rebase to Linuxserver LTS mono version.
- 13.06.19: - Add env variable for setting umask.
- 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 08.03.19: - Rebase to Bionic, use proposed endpoint for libchromaprint.
- 26.01.19: - Add pipeline logic and multi arch.
- 22.04.18: - Switch to beta builds.
- 17.03.18: - Add ENV XDG_CONFIG_HOME="/config/xdg" to Dockerfile for signalr fix.
- 27.02.18: - Use json to query for new version.
- 23.02.18: - Initial Release.