Bot Updating Documentation

pull/52/head
LinuxServer-CI 2022-02-16 14:21:28 +01:00
rodzic eae1163f03
commit ac20a3a98f
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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.