You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://blog.linuxserver.io"all the things you can do with our containers including How-To guides, opinions and much more!")
@@ -42,7 +39,7 @@ Find us at:
42
39
43
40
## Supported Architectures
44
41
45
-
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/).
42
+
Our images support multiple architectures such as `x86-64`and `arm64`. 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/).
46
43
47
44
Simply pulling `lscr.io/linuxserver-labs/plextraktsync:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
48
45
@@ -52,7 +49,6 @@ The architectures supported by this image are:
52
49
| :----: | :----: | ---- |
53
50
| x86-64 | ✅ | latest |
54
51
| arm64 | ✅ | latest |
55
-
| armhf | ✅ | latest |
56
52
57
53
## Application Setup
58
54
@@ -70,7 +66,6 @@ Here are some example snippets to help you get started creating a container.
@@ -175,21 +170,6 @@ Below are the instructions for updating containers:
175
170
* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved)
176
171
* You can also remove the old dangling images: `docker image prune`
177
172
178
-
### Via Watchtower auto-updater (only use if you don't remember the original parameters)
179
-
180
-
* Pull the latest image at its tag and replace it with the same env variables in one run:
181
-
182
-
```bash
183
-
docker run --rm \
184
-
-v /var/run/docker.sock:/var/run/docker.sock \
185
-
containrrr/watchtower \
186
-
--run-once plextraktsync
187
-
```
188
-
189
-
* You can also remove the old dangling images: `docker image prune`
190
-
191
-
**Note:** We do not endorse the use of Watchtower as a solution to automated updates of existing Docker containers. In fact we generally discourage automated updates. However, this is a useful tool for one-time manual updates of containers where you have forgotten the original parameters. In the long term, we highly recommend using [Docker Compose](https://docs.linuxserver.io/general/docker-compose).
* We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.
@@ -217,6 +197,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
217
197
218
198
## Versions
219
199
200
+
***28.05.24:** - Rebase to alpine 3.20.
220
201
***16.05.23:** - Rebase to alpine 3.18, deprecate arm32v7 (armhf) per [this notice](https://info.linuxserver.io/issues/2023-05-06-armhf/).
221
202
***24.07.22:** - Check for `config.yml` instead of the deprecated `config.json`.
0 commit comments