From ac20a3a98f833946e47d6c0a3df7ec7b2cf0de29 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 16 Feb 2022 14:21:28 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-digikam.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/images/docker-digikam.md b/images/docker-digikam.md index bd14b63c8..7dd46763f 100644 --- a/images/docker-digikam.md +++ b/images/docker-digikam.md @@ -21,7 +21,7 @@ title: digikam ## Supported Architectures -We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/). +Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/). Simply pulling `lscr.io/linuxserver/digikam` should retrieve the correct image for your arch, but you can also pull specific arch images via tags. @@ -30,6 +30,8 @@ The architectures supported by this image are: | Architecture | Tag | | :----: | --- | | x86-64 | latest | +| arm64 | arm64v8-latest | +| armhf | arm32v7-latest | ## Application Setup @@ -164,6 +166,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **15.02.22:** - Rebase to Arch. * **27.12.21:** - Rebase to focal to resolve dependency issues. * **27.03.21:** - Download link fixed. * **20.05.20:** - Initial release.